备料计划申请单-转单-查询调整
This commit is contained in:
		
							parent
							
								
									723c7211ed
								
							
						
					
					
						commit
						6be0134d26
					
				|  | @ -29,11 +29,12 @@ public class QueryFor4455BP1 extends Abstract422XRefQueryBP1 { | |||
|         wholeSql.append(" ("); | ||||
|         wholeSql.append(" SELECT cpickmid"); | ||||
|         wholeSql.append(this.psor.getFinalFromWhere()); | ||||
|         // wholeSql.append(" AND fbillstatus = 1"); 查询审核通过 todo | ||||
|         wholeSql.append(" AND APPROVERTIME > '2024-11-01'"); | ||||
|         // wholeSql.append(" AND APPROVERTIME = '2024-12-20 00:00:00'"); | ||||
|         NCCForUAPLogger.debug("finalFromWhere = " + this.psor.getFinalFromWhere()); | ||||
|         // NCCForUAPLogger.debug("finalFromWhere = " + this.psor.getFinalFromWhere()); | ||||
|         wholeSql.append(" ) a"); | ||||
|         wholeSql.append(" INNER JOIN mm_pickm_b b ON b.cpickmid = a.cpickmid AND b.dr = 0"); | ||||
|         // 出库数量>0 todo | ||||
|         NCCForUAPLogger.debug("wholeSql = " + wholeSql); | ||||
|         return wholeSql; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue