|
@@ -293,6 +293,7 @@ public class LedgerCombinedImportServiceImpl implements ILedgerCombinedImportSer
|
|
293
|
o.setPosition(str(c, 3)); // 岗位
|
293
|
o.setPosition(str(c, 3)); // 岗位
|
|
294
|
o.setChannelNo(str(c, 2)); // 工作点
|
294
|
o.setChannelNo(str(c, 2)); // 工作点
|
|
295
|
String inspectorName = str(c, 4); // 责任人
|
295
|
String inspectorName = str(c, 4); // 责任人
|
|
|
|
296
|
+ o.setInspectorName(inspectorName);
|
|
296
|
o.setItemName(str(c, 5)); // 实时质控拦截物品
|
297
|
o.setItemName(str(c, 5)); // 实时质控拦截物品
|
|
297
|
o.setItemQuantity(integer(c, 6)); // 个数
|
298
|
o.setItemQuantity(integer(c, 6)); // 个数
|
|
298
|
o.setProblemType(str(c, 7)); // 问题类型
|
299
|
o.setProblemType(str(c, 7)); // 问题类型
|