|
@@ -76,7 +76,7 @@ public class DemandService {
|
|
@Resource
|
|
@Resource
|
|
StepWindowDataPassRelationMapper stepWindowDataPassRelationMapper;
|
|
StepWindowDataPassRelationMapper stepWindowDataPassRelationMapper;
|
|
|
|
|
|
- private static final String DEMAND_TYPE_FULL = "1";
|
|
|
|
|
|
+ private static final String DEMAND_TYPE_FULL = "0";
|
|
|
|
|
|
private static final int IS_CONFIRMED = 2;
|
|
private static final int IS_CONFIRMED = 2;
|
|
|
|
|