ソースを参照

tt

release_toaliyun_real
xhxu 5年前
コミット
f41442ca6f
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxMallMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxMallMapper.xml ファイルの表示

@@ -265,6 +265,10 @@
and mui.`username` like concat('%', #{adminUsername},'%')
</if>

<if test=" null != adminStatus ">
and mui.`status` = #{adminStatus}
</if>

</select>

</mapper>

読み込み中…
キャンセル
保存