记得上下班打卡 | git大法好,push需谨慎

Commit 94cdde6e authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/dev' into dev

parents 7924d94d 38439795
......@@ -13,7 +13,7 @@
<result column="name" property="name"/>
<result column="mobile" property="mobile"/>
<result column="status" property="status"/>
</resultMap>childSimpleList
</resultMap>
<select id="childSimpleList" parameterType="java.lang.String" resultMap="simpleList">
SELECT
......@@ -22,7 +22,7 @@
mobile
FROM kylin_check_user
<where>
merchant_id=#{merchantId} AND stauts = 1
merchant_id=#{merchantId} AND `status` = 1
<if test="mobile !=null and mobile !='' ">
AND `mobile` LIKE concat('%', #{mobile}, '%')
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment