linwe
2024-05-15 047ced202f052d70c50f4365b2d86810de076489
src/main/java/org/springblade/modules/task/mapper/TaskNoFraudReportingMapper.xml
@@ -34,6 +34,7 @@
        jp.no_explosion_category,
        br.town_name as streetName,
        br.village_name as communityName,
        jpag.pcs_name,
        bu.`name`,
        jpe.legal_tel,
        jpe.legal_person from jczz_task_no_fraud_reporting jtnfr
@@ -52,7 +53,7 @@
            <if test="place.updateTime != null ">and jtnfr.update_time = #{place.updateTime}</if>
            <if test="place.createTime != null ">and jtnfr.create_time = #{place.createTime}</if>
            <if test="place.houseCode != null  and place.houseCode != ''">and jtnfr.house_code = #{place.houseCode}</if>
            <if test="place.createUser != null ">and jtnfr.create_user = #{createUser}</if>
            <if test="place.createUser != null ">and jtnfr.create_user = #{place.createUser}</if>
            <if test="place.imageUrls != null  and place.imageUrls != ''">and jtnfr.image_urls = #{place.imageUrls}</if>
            <if test="place.status != null ">and jtnfr.status = #{place.status}</if>
            <if test="place.deleteFlag != null ">and jtnfr.delete_flag = #{place.deleteFlag}</if>
@@ -74,6 +75,10 @@
            </if>
            <if test="place.gridName!=null and place.gridName!=''">
                and jg.grid_name like concat('%', #{place.gridName},'%')
            </if>
            <if test="place.pcsName!=null and place.pcsName!=''">
                and jtnfr.pcs_name like concat('%', #{place.pcsName},'%')
            </if>
            <if test="isAdministrator==2">
@@ -210,6 +215,7 @@
        jp.location,
        jg.grid_name,
        jp.principal,
        jp.no_explosion_category,
        jp.principal_phone,
        br.town_name,
        br.village_name,