Browse Source

fix: 字段映射错误

shc 2 năm trước cách đây
mục cha
commit
c88bd50781

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptSubMapper.xml

@@ -17,8 +17,8 @@
 
 	<resultMap id="serviceChargeMap" type="com.qunzhixinxi.hnqz.admin.api.vo.SysEnterpriseServiceChargeVO">
 		<id property="entId" column="ent_id"/>
-		<result property="subjectLocation" column="app_id"/>
-		<result property="serviceCharge" column="app_secret"/>
+		<result property="subjectLocation" column="subject_location"/>
+		<result property="serviceCharge" column="service_charge"/>
 	</resultMap>
 
 	<select id="getSettleAmountMonitor" resultType="com.qunzhixinxi.hnqz.admin.entity.output.SettleAmountMonitorOutput">