|
@@ -15,6 +15,12 @@
|
|
|
<result property="enableFlag" column="enable_flag"/>
|
|
|
</resultMap>
|
|
|
|
|
|
+ <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"/>
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
<select id="getSettleAmountMonitor" resultType="com.qunzhixinxi.hnqz.admin.entity.output.SettleAmountMonitorOutput">
|
|
|
SELECT
|
|
|
t.id_card_number,
|
|
@@ -84,7 +90,5 @@
|
|
|
WHERE ds.dept_id = #{deptId}
|
|
|
</select>
|
|
|
|
|
|
- List<SysEnterpriseServiceChargeVO> listSysEnterpriseServiceCharge(@Param("deptId") Integer deptId);
|
|
|
-
|
|
|
|
|
|
</mapper>
|