瀏覽代碼

生成核查任务列表修改

rengb 4 年之前
父節點
當前提交
e35c2470c6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/MedCheckInfoMapper.xml

+ 2 - 2
src/main/resources/mapper/MedCheckInfoMapper.xml

@@ -239,13 +239,13 @@
         <if test="endDate != null">
             <![CDATA[ AND mbi.leave_hospital_date < #{endDate}]]>
         </if>
-        <if test="creatStatus != null and creatStatus == '1'">
+        <if test="creatStatus != null and creatStatus == '1'.toString()">
             AND mci.job_create_time is not null
             <if test="jobType != null and jobType != ''">
                 AND mci.job_type=#{jobType}
             </if>
         </if>
-        <if test="creatStatus != null and creatStatus == 0">
+        <if test="creatStatus != null and creatStatus == '0'.toString()">
             AND mci.job_create_time is null
         </if>
         <if test="name != null and name != ''">