Commit 701523b9 by 高晓磊

销售记录 保存 散客类型也使用 购砂单位新增

parent 5c96aa00
......@@ -135,7 +135,8 @@ public class SalesRecordServiceImpl implements SalesRecordService {
return returnMap;
}
KObject kObject = kObjects.get(0);
salesRecord.set(SalesRecordConstant.RETAILINFO,kObjects);
// salesRecord.set(SalesRecordConstant.RETAILINFO,kObjects);
salesRecord.set(SalesRecordConstant.PURCHASESANDCOMPANY, kObject);
if(paymentSource==0) {
//获取购砂单位的余额
......
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