案件压缩包导入

This commit is contained in:
18792927508
2023-12-07 15:07:51 +08:00
parent 6d720c5757
commit a525fd6a16
5 changed files with 145 additions and 132 deletions
@@ -15,7 +15,7 @@ public interface FatchRuleMapper {
/**
* 根据批次查询
*/
List<FatchRule> listByTemplateId(@Param("templateId")String templateId);
List<FatchRule> listByTemplateId(@Param("templateId")Long templateId);
List<FatchRule> selectFatchRuleList(FatchRule fatchRule);