Browse Source

【漳州万利达MES】【售后模块SN批量查询逻辑优化】

caosy 5 years ago
parent
commit
4b616d4062
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/uas/mes/pm/service/impl/SNBatchServiceImpl.java

+ 1 - 1
src/com/uas/mes/pm/service/impl/SNBatchServiceImpl.java

@@ -105,7 +105,7 @@ public class SNBatchServiceImpl implements SNBatchService {
 					" max(ms_firstsn)ms_firstsn,max(ms_prodcode)ms_prodcode,max(ms_makecode)ms_makecode,max(MS_SALECODE)MS_SALECODE"+
 					",max(MS_BADTIMES)MS_BADTIMES,max(MS_IMEI1)MS_IMEI1,max(MS_IMEI2)MS_IMEI2,max(MS_MAC)MS_MAC,max(MS_BT)MS_BT,max(SIR_REMARK)SIR_REMARK,"+
 					" max(SIR_SOFTVER)SIR_SOFTVER,"+
-					" max(case when pr_detail like '%板%' then cm_barcode else ' ' end) 主板"+
+					" max(case when pr_detail like '%板%' then cm_barcode else ' ' end) 主板"+
 					",max(case when pr_detail like '%屏%' then cm_barcode else ' ' end) 液晶屏"+
 					",max(case when pr_detail like '%电池%' then cm_barcode else ' ' end) 电池"+
 					",max(case when pr_detail like '%KEY%' then cm_barcode else ' ' end)  KEY"+