Commit 477fd89826ad40cec3614b5ad1db2cb744f7c8b4

Authored by liquanyu
1 parent 7a57b5827a

儿童

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterCheckItemManage.xml View file @ 477fd89
... ... @@ -85,7 +85,7 @@
85 85  
86 86 <select id="queryCheckItemManageCount" resultType="int"
87 87 parameterType="com.lyms.platform.permission.model.CheckItemManageQuery">
88   - SELECT count(id)
  88 + SELECT count(id) from lyms_checkitem
89 89 <if test="affiliateId!=null and affiliateId!=''">
90 90 where
91 91 affiliate=#{affiliateId,jdbcType=VARCHAR}