| src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -81,6 +81,10 @@ and jg.community_code = #{task.neiCode} </if> <if test="task.communityName != null and task.communityName != null"> and jc.name like concat('%', #{task.communityName}, '%') </if> <if test="task.streetCode != null and task.streetCode != null"> and jc.street_code = #{task.streetCode} </if>