Commit 04bb7c64 by chenjinjing

no message

parent 263effca
......@@ -184,7 +184,7 @@ export async function paidList({unitName, paymentType, costType, pageNumber }) {
let dataList = [];
let itemFile = ["unitName", "money", "paymentNum"];
let itemFile = ["userId", "unitName", "money", "paymentNum"];
dbList.forEach(info => {
let itemData:any = extractData(info, itemFile);
itemData.memberState = changeEnumValue(MEMBERSTATE, info.memberState);
......@@ -509,3 +509,24 @@ export async function getInvoiceStatus({id}) {
return successResult();
}
export async function
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