|
|
@@ -538,6 +538,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
String TestQTY = record.optString("TestQTY", "");
|
|
|
String Type = record.optString("Type", "AOI");
|
|
|
String Time = record.optString("Time", "");
|
|
|
+ String Location = record.optString("Location", "");
|
|
|
String Track = "";
|
|
|
int lastIndex = MachineNO.lastIndexOf("-");
|
|
|
if (lastIndex > -1) {
|
|
|
@@ -650,6 +651,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
paramsMap.put("dti_elementQTY", elementQTY);
|
|
|
paramsMap.put("dti_side", Side);
|
|
|
paramsMap.put("DTI_TRACK",Track);
|
|
|
+ paramsMap.put("DTI_AREA",Location);
|
|
|
baseDao.execute(SqlUtil.getInsertSqlByMap(paramsMap, "devicetestinfo"));
|
|
|
|
|
|
String oErrMessage=null;
|