Commit d8eee78f authored by 罗可心's avatar 罗可心 😕

Merge remote-tracking branch 'origin/import' into import

parents 221f0de7 599dd2fe
...@@ -39,10 +39,10 @@ ...@@ -39,10 +39,10 @@
and ddi.device_address = #{entity.deviceAddress} and ddi.device_address = #{entity.deviceAddress}
</if> </if>
<if test="entity.dataType !=null and entity.dataType != '' "> <if test="entity.dataType !=null and entity.dataType != '' ">
and ddi.data_type = #{entity.dataType} and drd.data_type = #{entity.dataType}
</if> </if>
<if test="entity.abnormal !=null and entity.abnormal != '' "> <if test="entity.abnormal !=null and entity.abnormal != '' ">
and ddi.abnormal = #{entity.abnormal} and drd.abnormal = #{entity.abnormal}
</if> </if>
<if test="entity.px == '1'.toString() "><!-- 排序--> <if test="entity.px == '1'.toString() "><!-- 排序-->
order BY ddi.create_date desc order BY ddi.create_date desc
...@@ -68,4 +68,4 @@ ...@@ -68,4 +68,4 @@
where business_id = #{entity.businessId} where business_id = #{entity.businessId}
</update> </update>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment