补偿接口条件查询字段修改

release
xuliangwei 2 years ago
parent d146890e65
commit 941a06ad19
  1. 2
      dxhy-erp/src/main/resources/mapper/RequestRecordMapper.xml

@ -48,7 +48,7 @@
</if>
<if test="endTime!=null and endTime!=''">
<![CDATA[
and create_time<=#{create_time}
and create_time<=#{endTime}
]]>
</if>
<if test="status!=null and status!=''">

Loading…
Cancel
Save