田源
2023-07-31 0056b2bf68177e7bbb1f8d32dbbb5b0b3b281af1
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=";">