songhuangfeng123
2022-07-28 0d0f324ecf2aaa64faaac3566cc4845ae2df02a9
incident-manage/incident-manage-service/src/main/resources/config/mapper/incidentManage/WorkInjuryDeclarationInfoMapper.xml
@@ -28,8 +28,8 @@
        FROM
        work_injury_declaration a
        LEFT JOIN accident_express b ON a.accident_express_id = b.id
            WHERE
            a.del_flag = 0
        WHERE
        a.del_flag = 0
        <if test="query.accidentExpressId != null">and a.`accident_express_id` = #{query.accidentExpressId}</if>
    </select>
@@ -115,7 +115,7 @@
        FROM
            work_injury_declaration a
            LEFT JOIN accident_express b ON a.accident_express_id = b.id
        WHERE del_flag = 0 and id = #{id}
        WHERE a.del_flag = 0 and a.id = #{id}
    </select>
    <update id="updateWorkInjuryDeclaration" parameterType="com.gkhy.safePlatform.incidentManage.entity.WorkInjuryDeclarationInfo">