Commit 38739f46 by lixinming

no message

parent 0b0ab58b
......@@ -52,8 +52,8 @@ export async function placeAnOrder({id}) {
description:desc,
out_trade_no,//订单号
amount:{//金额
// total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100
total:1
total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100
// total:1
},
notify_url:systemConfig.weChartNotifyUrl,//订单回调
};
......
......@@ -35,7 +35,7 @@ export async function pendingReviewList({name, memberType, documentId, phone, ma
let selectParam:any = {
"$or":[
{
userRegisterState:{"$lt":USERREGISTERSTATE.驳回修改},
userRegisterState:{"$lt":USERREGISTERSTATE.驳回修改},
registerFlow:{"$gt":REGISTERFLOW.完成第一步}
},
{
......
......@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) {
* 下拉选择起始届次:2008年第四届第一次
* @returns
*/
export function getEdition(year, month) {
//起始年份和月份 第一届第一次
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