|
@@ -1299,7 +1299,7 @@ public class OmstruckOrderController extends BaseRESTfulController {
|
|
|
public RESTfulResult canCapacityEnfactory(@RequestBody Map<String,Object> mapValue) {
|
|
|
String result = omstruckOrderMapper.canCapacityEnfactory(mapValue);
|
|
|
Integer orderType = (Integer) mapValue.get("orderType");
|
|
|
- if (orderType != 1 && orderType != 4) {
|
|
|
+ if (orderType != 1) {
|
|
|
return success("OK");
|
|
|
}
|
|
|
else {
|