Commit 30f4db3e by huangZW

111

parent c23b0b6e
......@@ -227,7 +227,7 @@
where status_flag = 1
and wx_enterprise_id = #{wxEnterpriseId}
<if test="date != null" >
create_time <![CDATA[ >= ]]> #{date,jdbcType=TIMESTAMP},
and TO_DAYS(create_time) <![CDATA[ >= ]]> TO_DAYS(#{date,jdbcType=TIMESTAMP})
</if>
</select>
......
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