|
@@ -162,7 +162,7 @@ public interface NationalMatchDao {
|
|
|
"bke608 as approvalNumber,ake002 as nationalName,aka074 as specifications, " +
|
|
|
"ake003 as catalogueType,bke215 as fundType,aae030 as start_time, aae031 as end_time, " +
|
|
|
"matchedCount=(select count(1) from yp_zd_dict t where t.aaz231=a.aaz231) " +
|
|
|
- "from t_industrial_injury_catalogue a where a.ake003 in ('23','24','21') and a.ake002 like #{name} ")
|
|
|
+ "from t_industrial_injury_catalogue a where a.ake003 in ('21','22','23','24') and a.ake002 like #{name} ")
|
|
|
List<SiCentralSuppliesMini> selectInjurySupplies(String name);
|
|
|
|
|
|
@Update("update yp_zd_dict set national_status=1,national_code=#{nationalCode}," +
|