Commit e839d12b authored by wangzb's avatar wangzb

feature-wzb :项目新增第一归属和第二归属字段

parent 27e48025
...@@ -521,4 +521,10 @@ public class TSettleDomain extends BaseEntity { ...@@ -521,4 +521,10 @@ public class TSettleDomain extends BaseEntity {
*/ */
@Schema(description = "BU归属") @Schema(description = "BU归属")
private String buBelong; private String buBelong;
@Schema(description = "一级指标归属")
private String firstIndicatorBelong ;
@Schema(description = "二级指标归属")
private String secondIndicatorBelong ;
} }
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
<result property="unitSeriousIllnessProp" column="UNIT_SERIOUS_ILLNESS_PROP"/> <result property="unitSeriousIllnessProp" column="UNIT_SERIOUS_ILLNESS_PROP"/>
<result property="bpoFlag" column="BPO_FLAG"/> <result property="bpoFlag" column="BPO_FLAG"/>
<result property="buBelong" column="BU_BELONG"/> <result property="buBelong" column="BU_BELONG"/>
<result property="firstIndicatorBelong" column="FIRST_INDICATOR_BELONG"/>
<result property="secondIndicatorBelong" column="SECOND_INDICATOR_BELONG"/>
<result property="lineType" column="LINE_TYPE"/> <result property="lineType" column="LINE_TYPE"/>
</resultMap> </resultMap>
...@@ -167,6 +169,8 @@ ...@@ -167,6 +169,8 @@
a.UNIT_SERIOUS_ILLNESS_PROP, a.UNIT_SERIOUS_ILLNESS_PROP,
a.BPO_FLAG, a.BPO_FLAG,
a.BU_BELONG, a.BU_BELONG,
a.FIRST_INDICATOR_BELONG,
a.SECOND_INDICATOR_BELONG,
a.LINE_TYPE a.LINE_TYPE
</sql> </sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment