修复mapper.xml中expr_type字段带的空格
ServiceConfigInfo添加列表查询 IP,字符串,增强字符串配置修复创建时间创建人在更新的时候覆盖的bug
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.nis.web.service.systemService;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@@ -13,4 +15,7 @@ public class ServiceConfigInfoService {
|
||||
public ServiceConfigInfo findSysServiceConfigInfo(int serviceId){
|
||||
return serviceConfigInfoDao.findSysServiceConfigInfo(serviceId);
|
||||
}
|
||||
public List<ServiceConfigInfo> findList(int serviceId){
|
||||
return serviceConfigInfoDao.findList(serviceId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user