Commit 0f58c44d authored by 陈宏杰's avatar 陈宏杰

D3O30

parent aeb2b294
......@@ -106,9 +106,10 @@ public class BaiHangFileReportService {
reportD3(starTime,endTime);
} else if ("D3O".equalsIgnoreCase(type)) {
reportD3O(starTime,endTime);
reportD3OFor30Day(starTime,endTime);
} else if ("D3R".equalsIgnoreCase(type)) {
reportD3R(starTime,endTime);
} else if ("D3O30".equalsIgnoreCase(type)) {
reportD3OFor30Day(starTime,endTime);
} else {
throw new QGException(COMMON_ILLEGAL_PARAM_TOAST,"报送类型不正确");
}
......
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