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

This commit is contained in:
yuezhihang
2022-03-15 16:32:59 +08:00
@@ -11,8 +11,6 @@
work_people_id AS workPeopleId work_people_id AS workPeopleId
FROM FROM
work_group work_group
<where> <where>
<if test="queryCondition.leaderName != null and queryCondition.leaderName != ''"> <if test="queryCondition.leaderName != null and queryCondition.leaderName != ''">
work_leader_id REGEXP ( work_leader_id REGEXP (
@@ -24,12 +22,10 @@
UNAME LIKE CONCAT('%', #{queryCondition.leaderName}, '%') UNAME LIKE CONCAT('%', #{queryCondition.leaderName}, '%')
) )
</if> </if>
<if test="ew != null"> <if test="ew != null">
<if test="ew.nonEmptyOfWhere"> <if test="ew.nonEmptyOfWhere">
AND AND work_group.work_group_name LIKE CONCAT('%',#{queryCondition.workGroupName},'%')
</if> </if>
${ew.sqlSegment}
</if> </if>
</where> </where>