|
@@ -172,8 +172,6 @@ public class AdminVarietiesApiController extends CertifyApiController{
|
|
|
res.getError().add(buildError("上移失败", "上移失败"));
|
|
res.getError().add(buildError("上移失败", "上移失败"));
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
if (sort>=Integer.valueOf(businessVarietiesMapper.getSortMax())&&flag==0) {
|
|
if (sort>=Integer.valueOf(businessVarietiesMapper.getSortMax())&&flag==0) {
|
|
|
res.getError().add(buildError("下移失败", "下移失败"));
|
|
res.getError().add(buildError("下移失败", "下移失败"));
|
|
|
return res;
|
|
return res;
|