小程序首页初版,订单回显商户二维码,
This commit is contained in:
@@ -143,12 +143,12 @@
|
||||
<if test="type != null and type != ''">
|
||||
type = #{type}
|
||||
</if>
|
||||
<if test="environment == app">
|
||||
and is_show_mall = 1
|
||||
</if>
|
||||
<if test="environment == wx">
|
||||
<if test="environment == 'app'">
|
||||
and is_show_app = 1
|
||||
</if>
|
||||
<if test="environment == 'wx'">
|
||||
and is_show_mall = 1
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user