|
@@ -212,7 +212,7 @@ public class TTsYsplanController extends BaseController {
|
|
|
|
|
|
} else if (tTsYsplan.getPlanStatus() == 4) {
|
|
|
TTsNew tTsNew = new TTsNew();
|
|
|
- tTsNew.setPlanStatus(5L);
|
|
|
+ tTsNew.setPlanStatus(4L);
|
|
|
tTsNew.setNewId(tTsYsplan.getNewId());
|
|
|
tTsNew.setPlanType(2L);
|
|
|
tTsNewService.updateTTsNew(tTsNew, getUserId(), getNickName());
|