Merge remote-tracking branch 'origin/master_merge_0523' into master_merge_0523
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
sub.container_name = dis.pcsn
|
sub.container_name = dis.pcsn
|
||||||
and sub.package_box_sn = dis.box_no
|
and sub.package_box_sn = dis.box_no
|
||||||
and sub.bill_id = dis.iostorinv_id
|
and sub.bill_id = dis.iostorinv_id
|
||||||
|
and sub.insert_time >='2026-07-01'
|
||||||
left join md_cs_customerbase cust on
|
left join md_cs_customerbase cust on
|
||||||
cust.cust_code = sub.customer_name
|
cust.cust_code = sub.customer_name
|
||||||
left join (
|
left join (
|
||||||
@@ -101,6 +102,7 @@
|
|||||||
and mst.is_delete = '0'
|
and mst.is_delete = '0'
|
||||||
and mst.bill_status = '99'
|
and mst.bill_status = '99'
|
||||||
and IFNULL(sub.sub_type, '') = ''
|
and IFNULL(sub.sub_type, '') = ''
|
||||||
|
and (plan.paper_tube_material IS NULL or plan.paper_tube_material ='')
|
||||||
) m
|
) m
|
||||||
inner join st_ivt_structivt sis on m.pcsn = sis.pcsn
|
inner join st_ivt_structivt sis on m.pcsn = sis.pcsn
|
||||||
where m.paper_code is null or m.paper_code = ''
|
where m.paper_code is null or m.paper_code = ''
|
||||||
|
|||||||
@@ -689,7 +689,9 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
|||||||
|
|
||||||
JSONObject paramSapMst = new JSONObject();
|
JSONObject paramSapMst = new JSONObject();
|
||||||
paramSapMst.put("ZACTION", "P");
|
paramSapMst.put("ZACTION", "P");
|
||||||
paramSapMst.put("BUDAT", jo_mst.getString("biz_date"));
|
// 2026 年 8月15日 由业务日期改为确认日期
|
||||||
|
String confitData = DateUtil.format(jo_mst.getDate("confirm_time"), "yyyy-MM-dd");
|
||||||
|
paramSapMst.put("BUDAT", confitData);
|
||||||
paramSapMst.put("ZZYGYF", jo_mst.getString("estimated_freight"));
|
paramSapMst.put("ZZYGYF", jo_mst.getString("estimated_freight"));
|
||||||
paramSapMst.put("ZZYZFY", jo_mst.getString("run_freight"));
|
paramSapMst.put("ZZYZFY", jo_mst.getString("run_freight"));
|
||||||
paramSapMst.put("ZZXCFY", jo_mst.getString("unload_freight"));
|
paramSapMst.put("ZZXCFY", jo_mst.getString("unload_freight"));
|
||||||
|
|||||||
Reference in New Issue
Block a user