lin
2024-04-16 62780df6d2e1c72ff489a9054631015dc6f5d0be
走访记录bug
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
@@ -56,13 +56,13 @@
                    <if test="gridWorkLog.roleName=='wgy'">
                        <choose>
                            <when test="gridCodeList !=null and gridCodeList.size()>0">
                                and jh.grid_code in
                                and jhs.grid_code in
                                <foreach collection="gridCodeList" item="code" open="(" close=")" separator=",">
                                    #{code}
                                </foreach>
                            </when>
                            <otherwise>
                                and jh.grid_code in ('')
                                and jhs.grid_code in ('')
                            </otherwise>
                        </choose>
                    </if>