|
|
|
@ -10,11 +10,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="entrustListNonStatus" parameterType="org.springblade.lims.entry.Entrust" resultType="org.springblade.lims.entry.Entrust"> |
|
|
|
<select id="entrustListNonStatus" parameterType="org.springblade.lims.entry.Entrust" resultType="org.springblade.lims.entry.Entrust"> |
|
|
|
SELECT |
|
|
|
SELECT |
|
|
|
* |
|
|
|
* |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
f_entrust_main |
|
|
|
f_entrust_main |
|
|
|
WHERE |
|
|
|
WHERE |
|
|
|
investigative_type = #{investigativeType} AND create_time >= #{createTime} AND entrust_status <> - 1 |
|
|
|
investigative_type = #{investigativeType} |
|
|
|
|
|
|
|
AND create_time >= #{createTime} |
|
|
|
|
|
|
|
AND is_deleted in (0,1) |
|
|
|
|
|
|
|
AND entrust_status <> - 1 |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
</mapper> |
|
|
|
</mapper> |
|
|
|
|