lidongdong
2023-10-26 3437b3e2f4d08fc224828a371e56d4bbb63a5a17
修改金汇后台审批办事报错
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComActQuestnaireUserAnswerMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComActQuestnaireUserAnswerMapper.xml
@@ -125,7 +125,7 @@
            <if test="item.jsonObject != null and item.jsonObject != '' ">
                #{item.jsonObject},
            </if>
            <if test="item.processingTime != null and item.processingTime != '' ">
            <if test="item.processingTime != null">
                #{item.processingTime},
            </if>
            <if test="item.transactType != null and item.transactType != '' ">
@@ -162,7 +162,7 @@
            <if test="item.jsonObject != null and item.jsonObject != '' ">
                json_object=#{item.jsonObject},
            </if>
            <if test="item.processingTime != null and item.processingTime != '' ">
            <if test="item.processingTime != null">
                processing_time=#{item.processingTime},
            </if>
            <if test="item.transactType != null and item.transactType != '' ">