Bladeren bron

上报状态从暂存改为直接上报

user5 4 jaren geleden
bovenliggende
commit
d3ff6f3e32

+ 2 - 2
src/main/java/com/jeeplus/modules/ruralprojectrecords/utils/RuralProjectReportedInfoUtil.java

@@ -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);