JSONObjectjsonTask1=taskTab.query("point_code1 = '"+struct_code+"' and task_status in ('05','06','07') and vehicle_code = '"+vehicle_code+"'").uniqueResult(0);
JSONObjectjsonTask1=taskTab.query("point_code1 = '"+struct_code+"' and task_status in ('05','06','07') and vehicle_code = '"+vehicle_code+"'").uniqueResult(0);
if(ObjectUtil.isNotEmpty(jsonTask1)){
@@ -4217,7 +4217,8 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
JSONObjectjsonSub=subTab.query("container_name = '"+dis.getString("pcsn")+"' and package_box_sn = '"+dis.getString("box_no")+"' and status = '2'").uniqueResult(0);
(90 - DATEDIFF(NOW(),sub.date_of_production)) AS sid_day
FROM
st_ivt_structivt ivt
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.