Commit e4e8d9ca authored by 曹盼盼's avatar 曹盼盼

修改

parent 37f05cbb
......@@ -315,7 +315,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
String level = object.getString("level");
String code = object.getString("orgCode");
if (!ValidationUtil.isEmpty(level)) {
if (LEVEL.equals(LEVEL)) {
if (LEVEL.equals(level)) {
//企业
map.put("USE_UNIT_CREDIT_CODE", code);
model = idxFeignService.getPage(map);
......
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