bug修改

This commit is contained in:
pengjie 2024-05-24 00:24:24 +08:00
parent 333d8ea034
commit 81104a72b2

View File

@ -988,7 +988,7 @@
<if test="queryEndTime != null and queryEndTime != ''">
and w1.enter_date <![CDATA[<=]]> #{queryEndTime}
</if>
AND w1.person_type = 1
AND w1.person_type = 2
<if test="projectSn != null and projectSn != ''">
and w1.project_sn = #{projectSn}
</if>