Commit 512382e2 by chenjinjing

no message

parent 0fc24589
...@@ -418,14 +418,14 @@ async function qydt(data) { ...@@ -418,14 +418,14 @@ async function qydt(data) {
// if (moment(startTime) > moment(monthAgo) && moment(startTime) < moment(nowTime)) { // if (moment(startTime) > moment(monthAgo) && moment(startTime) < moment(nowTime)) {
// qydt.本月新加入在孵企业 += 1; // qydt.本月新加入在孵企业 += 1;
// } // }
if (moment(startTimeMonth) == moment(nowTime)) { if (startTimeMonth == nowTime) {
qydt.本月新加入在孵企业 += 1; qydt.本月新加入在孵企业 += 1;
} }
if (moment(startTimeMonth) == moment(monthAgo2)) { if (startTimeMonth == monthAgo2) {
上月 += 1; 上月 += 1;
} }
if (moment(startTimeMonth) == moment(lastYearThieMonthAgo)) { if (startTimeMonth == lastYearThieMonthAgo) {
去年本月 += 1; 去年本月 += 1;
} }
}) })
......
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