|
|
@@ -156,7 +156,7 @@ public class KwOrderService {
|
|
|
criteria.and("status").is(params.getStatus());
|
|
|
if (Objects.equals(params.getStatus(), Integer.valueOf(DictEnum.TORDER_STATUS_0.getValue()))) {
|
|
|
//草稿状态只能创建订单的企业能看
|
|
|
- criteria.and("status").is(params.getStatus()).and("entId").is(entId);
|
|
|
+ criteria.and("entId").is(entId);
|
|
|
}
|
|
|
} else {
|
|
|
//非草稿状态
|