Commit 6970f8d5 authored by 王陶政's avatar 王陶政

Merge branch 'b-fix-20210119' into 'master'

fix

See merge request !6
parents 956e5cbd dfc0dd96
......@@ -429,9 +429,11 @@ Page({
let count = classHour;
if(item.statusType==3 || item.statusType==4){
count=item.punishCount
} else if(item.statusType==0) {
count = 0
}
return item.id+','+item.statusType+','+1+','+count+','+''
}).join(';');
}).join(';');
callsListPOST({
type:1,
expend: classHour,
......
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