bug
This commit is contained in:
parent
6e5f378048
commit
52ec2b3f21
@ -384,7 +384,7 @@ public class PsCustomInfoServiceImpl implements IPsCustomInfoService {
|
|||||||
|
|
||||||
public Boolean updateByBo(PsCustomInfoBo bo) {
|
public Boolean updateByBo(PsCustomInfoBo bo) {
|
||||||
PsCustomInfo update = MapstructUtils.convert(bo, PsCustomInfo.class);
|
PsCustomInfo update = MapstructUtils.convert(bo, PsCustomInfo.class);
|
||||||
validEntityBeforeSave(update);
|
// validEntityBeforeSave(update);
|
||||||
|
|
||||||
UpdateWrapper<PsCustomInfo> wrapper = new UpdateWrapper<>();
|
UpdateWrapper<PsCustomInfo> wrapper = new UpdateWrapper<>();
|
||||||
wrapper.eq("id", update.getId())
|
wrapper.eq("id", update.getId())
|
||||||
|
Loading…
Reference in New Issue
Block a user