Merge branch 'cc_20250620_pre_fly' into 'master'
Cc 20250620 pre fly See merge request hangzhou/java/custom_zxjp!122
This commit is contained in:
@@ -53,6 +53,11 @@ public class PreFryRecordsDAO {
|
||||
return preFryRecordsMapper.selectByPrimaryKey(id);
|
||||
}
|
||||
|
||||
|
||||
public int updateByPrimaryKeySelective(PreFryRecordsDO preFryRecordsDO) {
|
||||
return preFryRecordsMapper.updateByPrimaryKeySelective(preFryRecordsDO);
|
||||
}
|
||||
|
||||
public List<PreFryRecordsDO> queryByIds(List<Long> ids) {
|
||||
if (CollectionUtils.isEmpty(ids)) {
|
||||
return new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user