Commit d18a3761 by fudahua

order字段

parent 6637caec
......@@ -102,7 +102,7 @@ public class GroupSyncOperation implements BaseSyncOperation {
department.setIsStore(0);
department.setLevel(pParentDepartment.getLevel() + 1);
department.setRelatedId(dealParamMqDTO.getData());
department.setSort(groupDTO.getStoreGroupSort());
department.setSort(Integer.valueOf(groupDTO.getStoreGroupSort()).longValue());
//状态 处理状态
boolean resultFlag = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment