| | |
| | | package com.product.mobile.core.service; |
| | | |
| | | import cn.hutool.core.io.FileUtil; |
| | | import com.product.common.lang.StringUtils; |
| | | import com.product.core.entity.DataTableEntity; |
| | | import com.product.core.entity.FieldSetEntity; |
| | |
| | | import com.product.mobile.core.service.ide.INavBarManagerService; |
| | | import com.product.module.sys.entity.SystemUser; |
| | | import com.product.util.BaseUtil; |
| | | import com.product.util.sf.img4.util.ImageUtil; |
| | | import org.apache.commons.codec.binary.Base64; |
| | | import org.json.JSONArray; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | sql.append(" a.nav_bar_name, "); |
| | | sql.append(" a.module_category, "); |
| | | sql.append(" a.uuid ,"); |
| | | sql.append(" b.uuid ,"); |
| | | sql.append(" a.sequence, "); |
| | | sql.append(" b.route_name "); |
| | | sql.append(" b.route_name,a.module_sequence "); |
| | | sql.append(" order by a.module_sequence,a.sequence"); |
| | | DataTableEntity dt = getBaseDao().listTable(sql.toString(), new Object[]{}); |
| | | if (!DataTableEntity.isEmpty(dt)) { |