|
|
@@ -351,7 +351,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
int pu_id=baseDao.getSeqId("PACKAGINGUNIT_seq");
|
|
|
baseDao.execute("insert into PACKAGINGUNIT(PU_ID,PU_SRID,ComponentBarcode,OriginalQuantity,Quantity,CreateDate," +
|
|
|
"DateCode,BatchId,MsdLevel,makecode)values('"+pu_id+"','"+sr_id+"','"+ComponentBarcode+"','"+OriginalQuantity+"','"+Quantity+"',to_date('"+CreateDate+"','yyyy-mm-dd hh24:mi:ss')," +
|
|
|
- "'"+DateCode+"','"+BatchId+"','"+MsdLevel+"',makecode)");
|
|
|
+ "'"+DateCode+"','"+BatchId+"','"+MsdLevel+"','"+makecode+"')");
|
|
|
if(LockInfoList!=null){
|
|
|
JSONArray LockInfoItem=LockInfoList.getJSONArray("LockInfoItem");
|
|
|
for(int i=0;i<LockInfoItem.size();i++){
|