更新物料行取消日志

This commit is contained in:
jing's 2024-04-02 10:36:49 +08:00
parent 99bb2bb994
commit 65edec6a90
1 changed files with 1 additions and 1 deletions

View File

@ -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, "选择更新的数据");