Переглянути джерело

生成核查任务列表修改

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 != ''">