fix updateByPrimaryKeySelective

This commit is contained in:
shuo.wang
2025-08-14 12:30:13 +08:00
parent 4a222b7a64
commit 3951189e7a

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();