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

Merge branch 'develop'

...@@ -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: c99c893bda0cd3e0e775025774a523eb93b2e931 newTag: f19792beae9ec6a0710c6613da541c075591a9c2
...@@ -123,12 +123,13 @@ ...@@ -123,12 +123,13 @@
LEFT JOIN requirements_service rs ON rs.requirements_info_id = ri.id LEFT JOIN requirements_service rs ON rs.requirements_info_id = ri.id
LEFT JOIN service_flow sf ON ri.service_flow_id = sf.id LEFT JOIN service_flow sf ON ri.service_flow_id = sf.id
WHERE WHERE
ri.publish =1 and ri.father_require_id = 0 ri.publish =1
<bind name="isPilotUserIdListEmpty" value="pilotUserIdList != null and !pilotUserIdList.isEmpty()"/> <bind name="isPilotUserIdListEmpty" value="pilotUserIdList != null and !pilotUserIdList.isEmpty()"/>
<if test="isPilotUserIdListEmpty"> <if test="isPilotUserIdListEmpty">
AND AND
<choose> <choose>
<when test="isPilotOrder == 0"> <when test="isPilotOrder == 0">
ri.father_require_id = 0 and
ri.user_account_id IN ri.user_account_id IN
</when> </when>
<when test="isPilotOrder == 1"> <when test="isPilotOrder == 1">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论