|
|
@@ -1730,7 +1730,7 @@ public class PdaSMTServiceImpl implements PdaSMTService {
|
|
|
private void updateMsdbarcodeOnLine(Object bar_code) {
|
|
|
Map<String, Object> mapB = pdaMsdService.getLog(bar_code.toString());
|
|
|
//确认可以上线,更新湿敏条码状态为已上线,mb_actiondate 为sysdate,记录日志msdlog : SMT-上线
|
|
|
- baseDao.updateByCondition("MSDBARCODE", "mb_actiondate=sysdate,mb_status='已上线'", "mb_barcode='"+bar_code+"'");
|
|
|
+ //baseDao.updateByCondition("MSDBARCODE", "mb_actiondate=sysdate,mb_status='已上线'", "mb_barcode='"+bar_code+"'");
|
|
|
baseDao.execute("insert into MSDLog(ms_id,ms_date,ms_barcode,ms_level,ms_lifetime,ms_action," +
|
|
|
" ms_man,ms_location,ms_prodcode,ms_batchcode,ms_qty) "
|
|
|
+ " select msdlog_seq.nextval,sysdate,ms_barcode,ms_level,ms_lifetime,'上线','" +
|