|
|
@@ -655,7 +655,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
baseDao.updateByCondition("stencil", "st_line = '"+suLine+"'", "st_code='" + StencilSN + "'");
|
|
|
}
|
|
|
|
|
|
- baseDao.updateByCondition("spmbarcode", "spb_status = '上线',spb_update_time = sysdate,spb_use_count = spb_use_count,SPB_LINECODE = "+suLine+"", "spb_barcode='" + PasteSN + "'");
|
|
|
+ baseDao.updateByCondition("spmbarcode", "spb_status = '上线',spb_update_time = sysdate,spb_use_count = spb_use_count,SPB_LINECODE = '"+suLine+"'", "spb_barcode='" + PasteSN + "'");
|
|
|
SqlRowList rs3 = baseDao.queryForRowSet("SELECT spmlog_seq.NEXTVAL seq FROM dual");
|
|
|
Map<Object, Object> paramsMap = new HashMap<Object, Object>();
|
|
|
if (rs3.next()) {
|