@@ -364,10 +364,9 @@
</select>
<select id="getAllList" resultType="com.management.platform.entity.Clue">
select id,
- clue_name,
+ clue_name
from clue
where company_id =#{companyId}
-
<select id="getAlllist1" resultType="com.management.platform.entity.Clue">