案件压缩包导入修改

This commit is contained in:
18792927508
2023-12-07 09:29:33 +08:00
parent 45bea53a70
commit 79bf8423e0
12 changed files with 736 additions and 540 deletions
@@ -15,7 +15,7 @@ public interface FatchRuleMapper {
/**
* 根据批次查询
*/
List<FatchRule> list(@Param("batchNumber")String batchNumber);
List<FatchRule> listByTemplateId(@Param("templateId")String templateId);
List<FatchRule> selectFatchRuleList(FatchRule fatchRule);