Commit 97f4480d authored by hj's avatar hj

更新提交

parent e23d4e12
......@@ -42,7 +42,7 @@ class OrdersDispatchTransformer extends TransformerAbstract
$dp['p_en_name'] = $detail['si_id']['p_en_name'];
$dp['p_cn_name'] = $detail['si_id']['p_cn_name'];
$dp['cas'] = $detail['si_id']['c_cas'];
$dp['p_stock'] = $detail['si_id']['p_stock'];
$dp['pstk_no'] = $detail['si_id']['pstk_no'];
$dpdTransReturn[$detail['dp_code']]['detail'][] = $dp;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment