fix select_nap

master
luoyang 6 years ago
parent 93719ed319
commit 4f4306ba33

@ -204,7 +204,7 @@
<if test="openid_type==4">
LEFT JOIN sys_customer_relation r on r.globalpay_openid = o.customer_id
</if>
<if test="openid_type==0 or openid_type==1">
<if test="openid_type!=4">
LEFT JOIN sys_customer_relation r on r.wechat_openid = o.customer_id
</if>
<where>

Loading…
Cancel
Save