|
|
@@ -176,11 +176,11 @@ public class databoard extends Controller {
|
|
|
* @return
|
|
|
*/
|
|
|
@API(title = "订货分析", apiversion = R.ID20230729103203.v1.class)
|
|
|
- @CACHEING
|
|
|
public String orderAndPaymentAnalysis() throws Exception {
|
|
|
|
|
|
String stat_mode = Parameter.get(siteid, "stat_mode");
|
|
|
String fieldname = "checkdate";
|
|
|
+ System.err.println("stat_mode:"+stat_mode);
|
|
|
if (stat_mode.equals("2")) {
|
|
|
fieldname = "submitdate";
|
|
|
}
|