代码更新
This commit is contained in:
@@ -484,10 +484,12 @@ public class StorPublicServiceImpl implements StorPublicService {
|
||||
}
|
||||
}
|
||||
}
|
||||
wo_Struct.update(map,"struct_id = '"+jo.getString("struct_id")+"'");
|
||||
wo_Point.update(map,"point_id = '"+jo.getString("point_id")+"'");
|
||||
}else{//锁定
|
||||
map.put("lock_type",lock_type);
|
||||
map.put("taskdtl_type",from.getString("taskdtl_type"));
|
||||
map.put("taskdtl_id",from.getString("taskdtl_id"));
|
||||
map.put("taskdtl_type",from.getString("task_type"));
|
||||
map.put("taskdtl_id",from.getString("task_id"));
|
||||
map.put("task_code",from.getString("task_code"));
|
||||
map.put("inv_type",from.getString("inv_type"));
|
||||
map.put("inv_id",from.getString("inv_id"));
|
||||
@@ -505,6 +507,8 @@ public class StorPublicServiceImpl implements StorPublicService {
|
||||
map.put("point_status","01");
|
||||
}
|
||||
}
|
||||
wo_Struct.update(map,"struct_id = '"+jo.getString("struct_id")+"'");
|
||||
wo_Point.update(map,"point_id = '"+jo.getString("point_id")+"'");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -362,8 +362,6 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
.addParam("material_id", dtl.getString("material_id"))
|
||||
.addParam("quality_scode", dtl.getString("quality_scode"))
|
||||
.addParam("pcsn", dtl.getString("pcsn"))
|
||||
.addParam("ivt_level", dtl.getString("ivt_level"))
|
||||
.addParam("is_active", dtl.getString("is_active"))
|
||||
.addParam("iostorinv_id", whereJson.getString("iostorinv_id"))
|
||||
.addParam("stor_id", whereJson.getString("stor_id"))
|
||||
.addParam("sect_id", whereJson.getString("sect_id"))
|
||||
|
||||
@@ -527,8 +527,7 @@
|
||||
dis.*,
|
||||
mater.material_code,
|
||||
mater.material_name,
|
||||
task.point_code1 AS start_point_code,
|
||||
task.point_code2 AS next_point_code,
|
||||
point.point_code AS next_point_code,
|
||||
task.task_id,
|
||||
task.task_code,
|
||||
task.task_type,
|
||||
@@ -536,6 +535,7 @@
|
||||
FROM
|
||||
st_ivt_iostorinvdis dis
|
||||
LEFT JOIN md_me_materialbase mater ON dis.material_id = mater.material_id
|
||||
LEFT JOIN sch_base_point point ON dis.point_id = point.point_id
|
||||
LEFT JOIN sch_base_task task ON dis.task_id = task.task_id
|
||||
WHERE
|
||||
1=1
|
||||
|
||||
Reference in New Issue
Block a user