Merge branch 'cc_20250814_fixBug' into 'master'

fix updateByPrimaryKeySelective

See merge request hangzhou/java/custom_zxjp!151
This commit is contained in:
苏竹红
2025-08-14 05:14:45 +00:00

View File

@@ -38,7 +38,7 @@ public class AcceptanceInfoDAO {
if (Objects.isNull(acceptanceInfoDO)){
return CommonConstants.ZERO;
}
return acceptanceInfoMapper.updateByPrimaryKey(acceptanceInfoDO);
return acceptanceInfoMapper.updateByPrimaryKeySelective(acceptanceInfoDO);
}
public List<AcceptanceInfoDO> selectListNotNullEntryTime(){
return acceptanceInfoMapper.selectListNotNullEntryTime();