diff --git a/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml b/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml index 8df9080..0643698 100644 --- a/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml +++ b/bonus-mainDatabase/src/main/resources/mapper/TechnicalMapper.xml @@ -139,6 +139,7 @@ AND INSTR(tets.technical_name,#{technicalName}) > 0 + AND tets.technical_solution_type_id = #{technicalSolutionTypeId} AND tets.del_flag = '0' GROUP BY @@ -154,7 +155,7 @@