|
@@ -163,8 +163,8 @@ public class RuralProjectReportedInfoUtil {
|
|
|
map.put("designFee",notRequiredManage(reported.getDesignIncome()));
|
|
|
//其他收入
|
|
|
map.put("otherFee",notRequiredManage(reported.getOtherIncome()));
|
|
|
- //项目状态,必填(默认给0,即暂存)
|
|
|
- map.put("delFlag","0");
|
|
|
+ //项目状态,必填(默认给0,即暂存;2:直接上报)
|
|
|
+ map.put("delFlag","2");
|
|
|
|
|
|
String s = JSONObject.toJSONString(map);
|
|
|
System.out.println(s);
|