Commit 38739f46 by lixinming

no message

parent 0b0ab58b
...@@ -52,8 +52,8 @@ export async function placeAnOrder({id}) { ...@@ -52,8 +52,8 @@ export async function placeAnOrder({id}) {
description:desc, description:desc,
out_trade_no,//订单号 out_trade_no,//订单号
amount:{//金额 amount:{//金额
// total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100 total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100
total:1 // total:1
}, },
notify_url:systemConfig.weChartNotifyUrl,//订单回调 notify_url:systemConfig.weChartNotifyUrl,//订单回调
}; };
......
...@@ -35,7 +35,7 @@ export async function pendingReviewList({name, memberType, documentId, phone, ma ...@@ -35,7 +35,7 @@ export async function pendingReviewList({name, memberType, documentId, phone, ma
let selectParam:any = { let selectParam:any = {
"$or":[ "$or":[
{ {
userRegisterState:{"$lt":USERREGISTERSTATE.驳回修改}, userRegisterState:{"$lt":USERREGISTERSTATE.驳回修改},
registerFlow:{"$gt":REGISTERFLOW.完成第一步} registerFlow:{"$gt":REGISTERFLOW.完成第一步}
}, },
{ {
......
...@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) { ...@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) {
* 下拉选择起始届次:2008年第四届第一次 * 下拉选择起始届次:2008年第四届第一次
* @returns * @returns
*/ */
export function getEdition(year, month) { export function getEdition(year, month) {
//起始年份和月份 第一届第一次 //起始年份和月份 第一届第一次
const startYear = 1993; const startYear = 1993;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment