|
|
|
@ -257,6 +257,10 @@ public class ThrProductsAddDiController {
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
|
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
|
|
|
|
|
}else {
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
|
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
|
|
|
|
|
}
|
|
|
|
|
return ResultVOUtils.success("更新成功");
|
|
|
|
|
}
|
|
|
|
|