0730

parent 2e160f0d
......@@ -1110,7 +1110,7 @@
UPDATE ct_bbtc_report SET
report_status= '3',
deal_result='2'
WHERE DATE(transTime) <= #{transTime}
WHERE where day(transTime) = day(#{transTime}) /* 比较日期数相同就行 */
</update>
</mapper>
\ No newline at end of file
No preview for this file type
......@@ -1110,7 +1110,7 @@
UPDATE ct_bbtc_report SET
report_status= '3',
deal_result='2'
WHERE DATE(transTime) &lt;= #{transTime}
WHERE where day(transTime) = day(#{transTime}) /* 比较日期数相同就行 */
</update>
</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