|
@@ -2412,9 +2412,8 @@
|
|
|
WHERE is_deleted = 'N') g
|
|
|
ON tp.behospitalCode = g.behospital_code
|
|
|
AND tp.hospitalId = g.hospital_id ) tu
|
|
|
- where tu.checkStatus is not null
|
|
|
<if test="checkStatus != null ">
|
|
|
- and tu.checkStatus = #{checkStatus}
|
|
|
+ where tu.checkStatus = #{checkStatus}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
@@ -2581,9 +2580,8 @@
|
|
|
WHERE is_deleted = 'N') g
|
|
|
ON tp.behospitalCode = g.behospital_code
|
|
|
AND tp.hospitalId = g.hospital_id ) tu
|
|
|
- where tu.checkStatus is not null
|
|
|
<if test="checkStatus != null ">
|
|
|
- and tu.checkStatus = #{checkStatus}
|
|
|
+ where tu.checkStatus = #{checkStatus}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
@@ -2756,9 +2754,8 @@
|
|
|
WHERE is_deleted = 'N') g
|
|
|
ON tp.behospitalCode = g.behospital_code
|
|
|
AND tp.hospitalId = g.hospital_id ) tu
|
|
|
- WHERE tu.checkStatus IS NOT NULL
|
|
|
<if test="checkStatus != null ">
|
|
|
- and tu.checkStatus = #{checkStatus}
|
|
|
+ where tu.checkStatus = #{checkStatus}
|
|
|
</if>
|
|
|
</select>
|
|
|
|