Browse Source

客户修改

Guo1B0 10 months ago
parent
commit
4071396415

+ 1 - 2
fhKeeper/formulahousekeeper/management-crm/src/main/resources/mapper/ClueMapper.xml

@@ -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>
     <select id="getAlllist1" resultType="com.management.platform.entity.Clue">
         select id,