更新物料行取消日志
This commit is contained in:
parent
99bb2bb994
commit
65edec6a90
|
|
@ -321,7 +321,7 @@ public class EbomApi extends BaseApi {
|
|||
|
||||
@PostMapping("changeMaterial")
|
||||
@ApiOperation("更新物料行")
|
||||
@LogRecord(success = "Ebom-更新物料行,物料编码:{{#dto.parent.materialNo}}-版本:{{dto.parent.currentVersion}},操作结果:{{#_ret}}", bizNo = "", type = "Ebom-更新物料行")
|
||||
// @LogRecord(success = "Ebom-更新物料行,物料编码:{{#dto.parent.materialNo}}-版本:{{dto.parent.currentVersion}},操作结果:{{#_ret}}", bizNo = "", type = "Ebom-更新物料行")
|
||||
public ResultVO<List<BomNewEbomParentVO>> changeMaterial(@RequestBody BomNewEBomChangeDTO dto) {
|
||||
if (dto.getParent() == null || CollectionUtil.isEmpty(dto.getDatas())) {
|
||||
return ResultVO.error(STATE.Error, "选择更新的数据");
|
||||
|
|
|
|||
Loading…
Reference in New Issue