ludc
2023-07-24 e11deb9e6fb08fa526175b3057e03f0e6ee40e18
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml
@@ -49,6 +49,13 @@
        delete from ${tableName} where oid in (${oids})
    </insert>
<!--    <update id="updateByTaleAndOid">-->
<!--        update ${tableName}-->
<!--            set lcStatus = #{lcStatus}-->
<!--        where oid = (${oids})-->
<!--    </update>-->
    <update  id="updateBatchByBaseModel"  parameterType="java.util.List" >
        BEGIN
        <foreach collection="mapList" item="columnMap" index="index" separator=";">