bug解决

This commit is contained in:
jjLv 2024-07-29 17:52:53 +08:00
parent 9521f36da3
commit faced83dcb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
AND INSTR(su.user_name,#{sampleUserName}) > 0
</if>
<if test="startTime != null and endTime!=''">
AND DATE_FORMAT(te.exper_time, '%Y-%m-%d') BETWEEN #{startTime} AND #{endTime}
AND DATE_FORMAT(ts.sample_date, '%Y-%m-%d') BETWEEN #{startTime} AND #{endTime}
</if>
<if test="devTypeCode != null and devTypeCode!=''">
AND INSTR(tsd.sampleDevCode,#{devTypeCode})