摘要:
某实体新增字段handreturn_status,欲操作之:$order_info = Mage::getModel('sales/order')->load($order_id);//setData will faile$order_info->setData('handreturn_status', 2); // old value 0$order_info->save();echo $o... 阅读全文
posted @ 2016-01-08 11:47
CaryFang
阅读(232)
评论(0)
推荐(0)