|
@@ -377,6 +377,7 @@ public class quarterpricenum extends Controller {
|
|
|
map.put("quarter", "季度");
|
|
|
map.put("pricerate", "价格系数");
|
|
|
map.put("msg", "错误信息");
|
|
|
+
|
|
|
ArrayList<String> colNameList = new ArrayList<String>();
|
|
|
HashMap<String, Class> keytypemap = new HashMap<String, Class>();
|
|
|
colNameList.add("agentnum");
|