feat:销售完成

This commit is contained in:
苏竹红
2025-06-26 14:47:08 +08:00
parent 1e8129aabc
commit eeb9bdc3ad
6 changed files with 52 additions and 13 deletions

View File

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