|
|
@@ -240,8 +240,9 @@ public class MachineManageAction implements IMINAction {
|
|
|
pro.setCreateTime(nowTime);
|
|
|
pro.setRows(temRow);
|
|
|
pro.setLines(temLine);
|
|
|
+ pro.setBranchid(user.getBranchid());
|
|
|
Service.lookup(IMINDataBaseService.class)
|
|
|
- .getMybatisMapper(com.minpay.db.table.mapper.VmEquipmentInfMapper.class)
|
|
|
+ .getMybatisMapper(VmEquipmentInfMapper.class)
|
|
|
.insertSelective(pro);
|
|
|
for (int i = 1; i < size; i++) {
|
|
|
String ids = Service.lookup(IPublicService.class).getSequence("EQU_MACHINE_NO");
|
|
|
@@ -255,8 +256,9 @@ public class MachineManageAction implements IMINAction {
|
|
|
pros.setCreateTime(nowTime);
|
|
|
pros.setRows(temRow);
|
|
|
pros.setLines(temLine);
|
|
|
+ pros.setBranchid(user.getBranchid());
|
|
|
Service.lookup(IMINDataBaseService.class)
|
|
|
- .getMybatisMapper(com.minpay.db.table.mapper.VmEquipmentInfMapper.class)
|
|
|
+ .getMybatisMapper(VmEquipmentInfMapper.class)
|
|
|
.insertSelective(pros);
|
|
|
}
|
|
|
/*// 记录操作日志
|