Compare commits
	
		
			No commits in common. "1bf7fbf19d297c78482041aa123a57e85a7a1ae7" and "cdd734bd95933993c6272948c313c8b2f2ac5e42" have entirely different histories. 
		
	
	
		
			1bf7fbf19d
			...
			cdd734bd95
		
	
		| 
						 | 
					@ -263,16 +263,16 @@ left OUTER join WORKER w4 on w4.id=t.WORKER4_ID
 | 
				
			||||||
 and  ((pt.sourceType <>'411') /~ordersAll: or 1=1 ~/)
 | 
					 and  ((pt.sourceType <>'411') /~ordersAll: or 1=1 ~/)
 | 
				
			||||||
 /~t.worker4.name: AND w4.id = {t.worker4.name}~/
 | 
					 /~t.worker4.name: AND w4.id = {t.worker4.name}~/
 | 
				
			||||||
  and (1=1
 | 
					  and (1=1
 | 
				
			||||||
  /~beginDate: AND pt.order_Date >= '{beginDate}' AND  pt.order_Date <= '{beginDate} 23:59:59'~/
 | 
					 /~beginDate: AND CONVERT(varchar(100), pt.order_Date, 23) = '{beginDate}' ~/
 | 
				
			||||||
 /~endDate: or  pt.order_Date >= '{beginDate}' and t.type in('MV_PICKTICKET') and  pt.order_Date <= '{endDate} 23:59:59'~/
 | 
					 /~endDate: or (CONVERT(varchar(100), pt.order_Date, 23)  >= '{beginDate}' and t.type in('MV_PICKTICKET') and CONVERT(varchar(100), pt.order_Date, 23) <= '{endDate}') ~/
 | 
				
			||||||
   ) and (1=1
 | 
					   ) and (1=1
 | 
				
			||||||
    /~beginDate1: AND t.create_Time >= '{beginDate1}' AND  t.create_Time <= '{beginDate1} 23:59:59'~/
 | 
					  /~beginDate1: AND CONVERT(varchar(100), t.create_Time, 23) = '{beginDate1}' ~/
 | 
				
			||||||
 /~endDate1: or  t.create_Time >= '{beginDate1}' and t.type in('MV_PICKTICKET') and t.create_Time<= '{endDate1}  23:59:59'~/
 | 
					 /~endDate1: or (CONVERT(varchar(100), t.create_Time, 23) >= '{beginDate1}' and t.type in('MV_PICKTICKET') and CONVERT(varchar(100), t.create_Time, 23)<= '{endDate1}' )~/
 | 
				
			||||||
  ) and  (1=1
 | 
					  ) and  (1=1
 | 
				
			||||||
 /~beginDate2: AND t.operate_Time >= '{beginDate2}' AND  t.operate_Time <= '{beginDate2} 23:59:59'~/
 | 
					 /~beginDate2: AND CONVERT(varchar(100), t.operate_Time, 23) = '{beginDate2}' ~/
 | 
				
			||||||
 /~endDate2: or t.operate_Time >= '{beginDate2}' and t.type in('MV_PICKTICKET') and t.operate_Time<= '{endDate2}  23:59:59'~/
 | 
					 /~endDate2: or (CONVERT(varchar(100), t.operate_Time, 23) >= '{beginDate2}' and t.type in('MV_PICKTICKET') and CONVERT(varchar(100), t.operate_Time, 23)<= '{endDate2}') ~/
 | 
				
			||||||
 )
 | 
					 )
 | 
				
			||||||
 /~t.agvTask.targetArea: AND t.end_Region LIKE '{t.agvTask.targetArea}'~/
 | 
					 /~t.agvTask.targetArea: AND (t.end_Region) LIKE '{t.agvTask.targetArea}'~/
 | 
				
			||||||
 /~code: AND ((t.PLAN_QUANTITY>t.MOVED_QUANTITY_MU and 'open'  = '{code}' ) or ( t.PLAN_QUANTITY<=t.MOVED_QUANTITY_MU and 'finish'  = '{code}'))~/
 | 
					 /~code: AND ((t.PLAN_QUANTITY>t.MOVED_QUANTITY_MU and 'open'  = '{code}' ) or ( t.PLAN_QUANTITY<=t.MOVED_QUANTITY_MU and 'finish'  = '{code}'))~/
 | 
				
			||||||
  /~srcLoc.code: AND loc.code LIKE '{srcLoc.code}'~/
 | 
					  /~srcLoc.code: AND loc.code LIKE '{srcLoc.code}'~/
 | 
				
			||||||
  /~dstLoc.code: AND lc.code LIKE '{dstLoc.code}'~/
 | 
					  /~dstLoc.code: AND lc.code LIKE '{dstLoc.code}'~/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue