提交 baf1d27c 作者: zhangqiliang

查询服务商列表接口可以查询根据等级查询

父级 66dc8c20
......@@ -386,6 +386,9 @@
<if test="checkStatus != null">
and t.check_status = #{checkStatus}
</if>
<if test="level != null and level != ''">
and t.level = #{level}
</if>
</where>
order by t.create_time desc
<if test="hasContract != null"><!-- 是否签了合同 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论