|
@@ -479,11 +479,12 @@ public class PrimarySchoolApiController {
|
|
applicationPrimary.setCreateBy(subject);
|
|
applicationPrimary.setCreateBy(subject);
|
|
applicationPrimary.setDelFlag(false);
|
|
applicationPrimary.setDelFlag(false);
|
|
|
|
|
|
- if ("B".equals(applicationPrimaryDTO.getType())){
|
|
|
|
- applicationPrimary.setStatus("40");
|
|
|
|
- }else {
|
|
|
|
- applicationPrimary.setStatus("10"); //待网上初审
|
|
|
|
- }
|
|
|
|
|
|
+// if ("B".equals(applicationPrimaryDTO.getType())){
|
|
|
|
+// applicationPrimary.setStatus("40");
|
|
|
|
+// }else {
|
|
|
|
+// applicationPrimary.setStatus("10"); //待网上初审
|
|
|
|
+// }
|
|
|
|
+ applicationPrimary.setStatus("10"); //待网上初审
|
|
|
|
|
|
|
|
|
|
applicationPrimaryService.insert(applicationPrimary);
|
|
applicationPrimaryService.insert(applicationPrimary);
|
|
@@ -516,11 +517,12 @@ public class PrimarySchoolApiController {
|
|
applicationPrimary.setSchoolNumberId(applicationPrimaryDTO.getSchoolNumberId());
|
|
applicationPrimary.setSchoolNumberId(applicationPrimaryDTO.getSchoolNumberId());
|
|
|
|
|
|
|
|
|
|
- if ("B".equals(applicationPrimaryDTO.getType())){
|
|
|
|
- applicationPrimary.setStatus("40");
|
|
|
|
- }else {
|
|
|
|
- applicationPrimary.setStatus("10"); //待网上初审
|
|
|
|
- }
|
|
|
|
|
|
+// if ("B".equals(applicationPrimaryDTO.getType())){
|
|
|
|
+// applicationPrimary.setStatus("40");
|
|
|
|
+// }else {
|
|
|
|
+// applicationPrimary.setStatus("10"); //待网上初审
|
|
|
|
+// }
|
|
|
|
+ applicationPrimary.setStatus("10"); //待网上初审
|
|
applicationPrimary.setUpdateBy(subject);
|
|
applicationPrimary.setUpdateBy(subject);
|
|
applicationPrimary.setUpdateTime(new Date());
|
|
applicationPrimary.setUpdateTime(new Date());
|
|
|
|
|