提交 d2a24383 作者: 刘明祎-运维用途

Merge branch 'develop'

流水线 #7373 已通过 于阶段
in 2 分 58 秒
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag: 7a346eaef065e16de76ff3753787f18b5ab66be8 newTag: 084f689ceaf8b41ea279a0966617beb98444bf29
...@@ -2866,6 +2866,7 @@ public class RequirementsServiceImpl implements RequirementsService { ...@@ -2866,6 +2866,7 @@ public class RequirementsServiceImpl implements RequirementsService {
HttpHeaders headers = new HttpHeaders(); HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON); headers.setContentType(MediaType.APPLICATION_JSON);
headers.add("token", token); headers.add("token", token);
log.info("获取钱包信息的token:{}",token);
HttpEntity<MultiValueMap<String, Object>> formEntity = new HttpEntity<MultiValueMap<String, Object>>(headers); HttpEntity<MultiValueMap<String, Object>> formEntity = new HttpEntity<MultiValueMap<String, Object>>(headers);
ResponseEntity<String> exchange = null; ResponseEntity<String> exchange = null;
try { try {
......
...@@ -1660,7 +1660,7 @@ ...@@ -1660,7 +1660,7 @@
<select id="selectServiceIdByRequireIdAndUserId" resultType="java.lang.Integer"> <select id="selectServiceIdByRequireIdAndUserId" resultType="java.lang.Integer">
select service_flow_id from agree_pilot_order select service_flow_id from agree_pilot_order
where require_info_id = #{requirementsId} and pilot_certification_user_id = #{userAccountId} where require_info_id = #{requirementsId} and pilot_certification_user_id = #{userAccountId} limit 1
</select> </select>
<select id="selectRequirementsNum" resultType="java.lang.Integer"> <select id="selectRequirementsNum" resultType="java.lang.Integer">
...@@ -1676,7 +1676,7 @@ ...@@ -1676,7 +1676,7 @@
</select> </select>
<select id="selectServiceFlowIdFromAgreePilot" resultType="java.lang.Integer"> <select id="selectServiceFlowIdFromAgreePilot" resultType="java.lang.Integer">
select service_flow_id from agree_pilot_order where require_info_id = #{requireId} and pilot_certification_user_id = #{userAccountId} select service_flow_id from agree_pilot_order where require_info_id = #{requireId} and pilot_certification_user_id = #{userAccountId} limit 1
</select> </select>
<select id="selectDetailRefusePilotInfo" <select id="selectDetailRefusePilotInfo"
resultType="com.mmc.csf.release.entity.requirements.RequirementsInfoDO"> resultType="com.mmc.csf.release.entity.requirements.RequirementsInfoDO">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论