签约相关
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
<where>
|
||||
<if test="keyWord != null and keyWord != ''">
|
||||
AND (
|
||||
l.username = #{keyWord}
|
||||
OR l.mobile = #{keyWord}
|
||||
l.username like CONCAT('%',#{keyWord},'%')
|
||||
OR l.mobile like CONCAT('%',#{keyWord},'%')
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cool.store.mapper.SignFranchiseMapper">
|
||||
<select id="selectByShopId" resultType="com.cool.store.entity.SignFranchiseDO">
|
||||
select *
|
||||
from xfsg_sign_franchise
|
||||
where shop_id = #{shopId}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user