@@ -49,6 +49,9 @@ public class WechatConstants {
"bJpFz2T7LShklvgAcQk9wbA=\n" +
"-----END PRIVATE KEY-----\n";
+ //微信小程序支付类型
+ public static final String WECHAT_MP_TRADE_TYPE = "JSAPI";
+
//微信小程序appid
public static final String WECHAT_MP_APPID = "wx6260718c6fd46efb";
@@ -238,7 +238,7 @@
FROM
nm_courses c
LEFT JOIN nm_site s ON c.address_site_id = s.id
- <where> c.del_flag = 0 and c.
+ <where> c.del_flag = 0
<if test="orgCode != null and orgCode != ''">
and c.org_code = #{orgCode}
</if>