Explorar o código

生成核查任务列表修改

rengb %!s(int64=4) %!d(string=hai) anos
pai
achega
e35c2470c6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 != ''">