Browse Source

补充提交(恢复 feignClient文件内容)

dev_shibei_match
zhangyongzhangyong 5 years ago
parent
commit
c1e8b0f102
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml
  2. 2
      epmet-user/epmet-user-client/src/main/java/com/epmet/feign/EpmetUserOpenFeignClient.java

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml

@ -28,6 +28,7 @@
<delete id="deleteFactIndexGovrnAblityDeptMonthly">
delete from fact_index_govrn_ablity_dept_monthly
where CUSTOMER_ID = #{customerId} AND MONTH_ID = #{monthId}
limit 1000;
</delete>
<insert id="batchInsertFactIndexGovrnAblityDeptMonthly" parameterType="map">

2
epmet-user/epmet-user-client/src/main/java/com/epmet/feign/EpmetUserOpenFeignClient.java

@ -50,7 +50,7 @@ public interface EpmetUserOpenFeignClient {
* @date 2020/6/2 16:11
*/
@PostMapping("/epmetuser/staffrole/staffroles/{staffId}")
Result<List<CustomerStaffRoleResultDTO>> getStaffRoles(@PathVariable("staffId") String staffId);
Result<List<CustomerStaffRoleResultDTO>> getStaffRoles(@PathVariable String staffId);
/**
* @param staffId

Loading…
Cancel
Save