|  |  |  | 
|---|
|  |  |  | import com.matrix.system.common.constance.AppConstance; | 
|---|
|  |  |  | import com.matrix.system.common.dao.BusParameterSettingsDao; | 
|---|
|  |  |  | import com.matrix.system.common.dao.SysCompanyDao; | 
|---|
|  |  |  | import com.matrix.system.constance.Dictionary; | 
|---|
|  |  |  | import com.matrix.system.hive.bean.ParameterSettings; | 
|---|
|  |  |  | import com.matrix.system.hive.dao.ParameterSettingsDao; | 
|---|
|  |  |  | import org.junit.Test; | 
|---|
|  |  |  | 
|---|
|  |  |  | newSetting5.setCategory("微商城配置"); | 
|---|
|  |  |  | newSettings.add(newSetting5); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ParameterSettings newSetting6=new ParameterSettings(); | 
|---|
|  |  |  | newSetting6.setCode(Dictionary.ZS_CONSUME_ACHIEVE); | 
|---|
|  |  |  | newSetting6.setName("赠送项目是否计算消耗业绩"); | 
|---|
|  |  |  | newSetting6.setType(1); | 
|---|
|  |  |  | newSetting6.setCategory("店务配置"); | 
|---|
|  |  |  | newSettings.add(newSetting6); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | for (ParameterSettings newSetting : newSettings) { | 
|---|
|  |  |  | List<ParameterSettings> parameterSettings = parameterSettingsDao.selectByModel(newSetting); | 
|---|