提交 9f19577c 作者: zhangqiliang

t_supplier_contract统一使用小写

父级 3ea281f5
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
a.account as accountName from t_supplier t a.account as accountName from t_supplier t
left join wb_account a on a.id=t.account_id left join wb_account a on a.id=t.account_id
<if test="hasContract != null"><!-- 是否签了合同 --> <if test="hasContract != null"><!-- 是否签了合同 -->
left join T_SUPPLIER_CONTRACT sc on sc.supplier_id=t.id left join t_supplier_contract sc on sc.supplier_id=t.id
<if test="hasContract == 1"> <if test="hasContract == 1">
and sc.status=2 and sc.status=2
</if> </if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论