Commit e4eeb44b authored by tianbo's avatar tianbo

fix(jg): 修复装置报废查询中的参数传递错误

- 修正了selectAllScrapedProIds方法的参数,从proIds改为useUnitCreditCode
parent 1ee6d110
......@@ -152,5 +152,5 @@ public interface JgUseRegistrationMapper extends BaseMapper<JgUseRegistration> {
List<JgUseRegistrationEq> selectListForSelfDiscard(@Param("records") List<String> records);
List<String> selectAllScrapedProIds(Set<String> proIds);
List<String> selectAllScrapedProIds(@Param("useUnitCreditCode")String useUnitCreditCode);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment