heheng
2025-11-26 5011ebf747ddfa41840b352c9e39cf369a8f047c
multi-system/src/main/resources/mapper/system/CompanyCertificateMapper.xml
@@ -28,6 +28,9 @@
            <if test="delFlag != null and delFlag != ''" >
                del_flag = #{delFlag},
            </if>
            <if test="getTime != null" >
                get_time = #{getTime},
            </if>
            <if test="createBy != null" >
                create_by = #{createBy},
            </if>
@@ -59,7 +62,8 @@
            cc.`create_by`,
            cc.`create_time`,
            cc.`update_by`,
            cc.`update_time`
            cc.`update_time`,
            cc.get_time
        FROM
            company_certificate cc
        left join sys_company sc on cc.company_id = sc.id