fix issue
This commit is contained in:
parent
a71b69eefd
commit
b3af31388b
|
|
@ -118,8 +118,8 @@ public class RepairTestInputServiceImpl implements RepairTestInputService {
|
||||||
if (Objects.equals("0", dto.getType())) {
|
if (Objects.equals("0", dto.getType())) {
|
||||||
codeMachinePreStoreNum = mapper.getCountOfMachineByTypeId(dto.getTypeId());
|
codeMachinePreStoreNum = mapper.getCountOfMachineByTypeId(dto.getTypeId());
|
||||||
// 查询机具状态-在库的id、管理方式为编号的需更新机具设备的机具状态
|
// 查询机具状态-在库的id、管理方式为编号的需更新机具设备的机具状态
|
||||||
int dicId = mapper.getDicByMaStatusId("ma_status", "在库");
|
//int dicId = mapper.getDicByMaStatusId("ma_status", "在库");
|
||||||
mapper.updateMaMachineStatus(dicId, dto.getMaId());
|
mapper.updateMaMachineStatus(15, dto.getMaId());
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (Objects.equals("0", dto.getType())) {
|
if (Objects.equals("0", dto.getType())) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue