fix updateByPrimaryKeySelective
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