提交 66dc8c20 作者: zhangqiliang

查询服务商列表接口可以查询到数据

父级 97d4dae9
...@@ -391,14 +391,7 @@ ...@@ -391,14 +391,7 @@
<if test="hasContract != null"><!-- 是否签了合同 --> <if test="hasContract != null"><!-- 是否签了合同 -->
) as tt ) as tt
</if> </if>
<if test="hasContract != null and hasContract==0"><!-- 未签合同 -->
where tt.validContractId is null
group by tt.id group by tt.id
</if>
<if test="hasContract != null and hasContract!=0"><!-- 签了合同 -->
where tt.validContractId is not null
group by tt.id
</if>
</select> </select>
<select id="selectInProcessOrder" <select id="selectInProcessOrder"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论