触控屏端生产

This commit is contained in:
JinLu.Yin
2022-07-08 21:24:19 +08:00
parent 43e633dfc4
commit f1ceb86a50
2 changed files with 44 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="endTime != null "> and end_time = #{endTime}</if>
<if test="colorCode != null and colorCode != ''"> and color_code = #{colorCode}</if>
<if test="requestDate != null "> and request_date = #{requestDate}</if>
order by request_date asc
</where>
</select>