提交 2e6197b3 作者: 恶龙咆哮

修改问题

上级 55fda4f0
...@@ -1687,7 +1687,7 @@ ...@@ -1687,7 +1687,7 @@
where require_info_id = #{requirementsId} and pilot_certification_user_id = #{userAccountId} where require_info_id = #{requirementsId} and pilot_certification_user_id = #{userAccountId}
</select> </select>
<select id="selectRequirementsNum" resultType="java.lang.Integer"> <select id="selectRequirementsNum" resultType="java.lang.Integer">
select count(id) from requirements_info where id =#{requirementsId} select count(id) from requirements_info where father_require_id =#{requirementsId}
</select> </select>
<select id="selectServiceFlowIdByFatherId" resultType="java.lang.Integer"> <select id="selectServiceFlowIdByFatherId" resultType="java.lang.Integer">
select count(id) from requirements_info where father_require_id = #{requirementsId} and service_flow_id not in (1,10) select count(id) from requirements_info where father_require_id = #{requirementsId} and service_flow_id not in (1,10)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论