linwei
2024-01-18 413bbb8dbcb2a75ac28850b95aac2d16faf27b7d
src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
@@ -37,6 +37,9 @@
        <if test="gridWorkLog.name !=null and gridWorkLog.name!=''">
            and jh.name like concat('%',#{gridWorkLog.name},'%')
        </if>
        <if test="gridWorkLog.houseCode !=null and gridWorkLog.houseCode!=''">
            and jh.house_code = #{gridWorkLog.houseCode}
        </if>
        <if test="gridWorkLog.phone !=null and gridWorkLog.phone!=''">
            and jh.phone_number like concat('%',#{gridWorkLog.phone},'%')
        </if>