|
|
|
@ -115,11 +115,29 @@
|
|
|
|
|
AND tdi.customerId = #{customerId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="code != '' and code != null">
|
|
|
|
|
AND ( tdi.sptm = #{code} OR p.nameCode = #{code} OR tdi.ybbm=#{code})
|
|
|
|
|
AND ( tdi.sptm = #{code} OR code = #{code} OR tdi.ybbm=#{code})
|
|
|
|
|
</if>
|
|
|
|
|
<if test="uuid != '' and uuid != null">
|
|
|
|
|
AND tdi.uuid = #{uuid}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="name != '' and name != null">
|
|
|
|
|
AND tdi.name = #{name}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="spec != '' and spec != null">
|
|
|
|
|
AND tdi.spec = #{spec}
|
|
|
|
|
</if>
|
|
|
|
|
<if test=" checkStatus != null">
|
|
|
|
|
AND tdi.status = #{checkStatus}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="customerId != '' and customerId != null">
|
|
|
|
|
AND tdi.customerId = #{customerId}
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
|
order by tdi.createTime DESC
|
|
|
|
|
|
|
|
|
@ -166,4 +184,4 @@
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
|
</mapper>
|
|
|
|
|