This commit is contained in:
mx 2025-01-10 18:47:17 +08:00
parent 6e5f378048
commit 52ec2b3f21

View File

@ -384,7 +384,7 @@ public class PsCustomInfoServiceImpl implements IPsCustomInfoService {
public Boolean updateByBo(PsCustomInfoBo bo) {
PsCustomInfo update = MapstructUtils.convert(bo, PsCustomInfo.class);
validEntityBeforeSave(update);
// validEntityBeforeSave(update);
UpdateWrapper<PsCustomInfo> wrapper = new UpdateWrapper<>();
wrapper.eq("id", update.getId())