From b97d997812695c811132ed23a64b3132c5be7123 Mon Sep 17 00:00:00 2001 From: sfd <sun.sunshine@163.com> Date: 星期四, 22 五月 2025 10:53:17 +0800 Subject: [PATCH] 复制接口增加专业参数 --- aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml index e5943da..6c48117 100644 --- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml +++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsGasPipelineCapacityPlanMapper.xml @@ -139,5 +139,6 @@ where year = #{year} and month = #{month} and org_code = #{factory} + and major = #{major} </delete> </mapper> \ No newline at end of file -- Gitblit v1.9.3