Compare commits
No commits in common. "d14ccd5773221dc99ddb162396300407440fcd1d" and "8607fda24954433758667ce259ffb8a5c0558547" have entirely different histories.
d14ccd5773
...
8607fda249
|
|
@ -111,7 +111,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
and ipc.contract_start_time <![CDATA[ >= ]]> #{startDateTime}
|
||||
</if>
|
||||
<if test="endDateTime != null">
|
||||
and ipc.contract_start_time <![CDATA[ <= ]]> #{endDateTime}
|
||||
and ipc.contract_end_time <![CDATA[ <= ]]> #{endDateTime}
|
||||
</if>
|
||||
</where>
|
||||
order by ipc.contract_id desc
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</if>
|
||||
<if test="searchValue != null and searchValue != ''">
|
||||
and (kst.staff_name like CONCAT('%',#{searchValue},'%')
|
||||
or kst.mobile = #{encryptedSearchValue}
|
||||
or kst.mobile like CONCAT('%',#{searchValue},'%')
|
||||
or kst.staff_no like CONCAT('%',#{searchValue},'%')
|
||||
)
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue