Merge branch 'cc_20250814_fixBug' into 'master'
fix updateByPrimaryKeySelective See merge request hangzhou/java/custom_zxjp!151
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user