供应链修改
This commit is contained in:
parent
938fe57b06
commit
4586f61c51
|
|
@ -111,7 +111,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
and ipc.contract_start_time <![CDATA[ >= ]]> #{startDateTime}
|
and ipc.contract_start_time <![CDATA[ >= ]]> #{startDateTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="endDateTime != null">
|
<if test="endDateTime != null">
|
||||||
and ipc.contract_end_time <![CDATA[ <= ]]> #{endDateTime}
|
and ipc.contract_start_time <![CDATA[ <= ]]> #{endDateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by ipc.contract_id desc
|
order by ipc.contract_id desc
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
<if test="searchValue != null and searchValue != ''">
|
<if test="searchValue != null and searchValue != ''">
|
||||||
and (kst.staff_name like CONCAT('%',#{searchValue},'%')
|
and (kst.staff_name like CONCAT('%',#{searchValue},'%')
|
||||||
or kst.mobile like CONCAT('%',#{searchValue},'%')
|
or kst.mobile = #{encryptedSearchValue}
|
||||||
or kst.staff_no like CONCAT('%',#{searchValue},'%')
|
or kst.staff_no like CONCAT('%',#{searchValue},'%')
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue