代码更新
This commit is contained in:
@@ -460,7 +460,7 @@ public class HandPFOutIvtServiceImpl implements HandPFOutIvtService {
|
|||||||
}
|
}
|
||||||
String area_type = pointObj.getString("area_type");
|
String area_type = pointObj.getString("area_type");
|
||||||
String bucketunique = jsonObject.get("bucketunique");
|
String bucketunique = jsonObject.get("bucketunique");
|
||||||
String out_qty = jsonObject.get("out_qty");
|
String out_qty = NumberUtil.round(MapUtil.getStr(jsonObject,"out_qty"), 2).toString();
|
||||||
//根据桶查询物料批次信息
|
//根据桶查询物料批次信息
|
||||||
JSONObject bucketObj = WQLObject.getWQLObject("md_pb_bucketrecord").query("bucketunique='" + bucketunique + "'").uniqueResult(0);
|
JSONObject bucketObj = WQLObject.getWQLObject("md_pb_bucketrecord").query("bucketunique='" + bucketunique + "'").uniqueResult(0);
|
||||||
String material_id = bucketObj.getString("material_id");
|
String material_id = bucketObj.getString("material_id");
|
||||||
|
|||||||
Reference in New Issue
Block a user