不均衡报价项目查询
This commit is contained in:
@ -40,6 +40,9 @@
|
||||
SELECT
|
||||
distinct
|
||||
room.id ,
|
||||
room.tp_id projectId,
|
||||
room.section_id sectionId,
|
||||
room.id assessRoomId,
|
||||
xm.project_name projectName,
|
||||
bd.bid_sect_name bidSectName,
|
||||
xm.ebp_project_number ebpProjectNumber,
|
||||
|
@ -8,10 +8,9 @@ import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.dao.UnbalancedQuota
|
||||
import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.entity.UnbalancedQuotationProject;
|
||||
import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.service.IUnbalancedQuotationProjectService;
|
||||
import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.vo.UnbalancedQuotationProjectVO;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
/**
|
||||
* 对数据表 biz_unbalanced_quotation_project 操作的 serviceImpl
|
||||
* @auto.generated
|
||||
@ -20,9 +19,9 @@ import javax.annotation.Resource;
|
||||
@Service
|
||||
public class UnbalancedQuotationProjectServiceImpl extends ServiceImpl<UnbalancedQuotationProjectMapper,UnbalancedQuotationProject> implements IUnbalancedQuotationProjectService {
|
||||
|
||||
@Resource
|
||||
@Autowired
|
||||
private UnbalancedQuotationProjectMapper projectMapper;
|
||||
@Resource
|
||||
@Autowired
|
||||
private IBaseCacheUserService userService;
|
||||
|
||||
@Override
|
||||
|
@ -39,6 +39,24 @@ public class UnbalancedQuotationProjectVO extends BaseEntity implements Serializ
|
||||
@ApiModelProperty(value = "主键")
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private String id;
|
||||
/**
|
||||
* 项目ID
|
||||
*/
|
||||
@ApiModelProperty(value = "项目ID")
|
||||
private String projectId;
|
||||
|
||||
/**
|
||||
* 分包标段id
|
||||
*/
|
||||
@ApiModelProperty(value = "分包标段id")
|
||||
private String sectionId;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@ApiModelProperty(value = "")
|
||||
private String assessRoomId;
|
||||
|
||||
|
||||
/**
|
||||
* 招标项目名称
|
||||
|
@ -115,6 +115,13 @@ mybatis-plus:
|
||||
logic-not-delete-value: 1 # 逻辑未删除值
|
||||
|
||||
|
||||
check:
|
||||
porject:
|
||||
name-value: 33333
|
||||
num-value: 33333
|
||||
length: 2000
|
||||
checkBoolen: false
|
||||
|
||||
hystrix:
|
||||
command:
|
||||
default:
|
||||
@ -177,8 +184,8 @@ management:
|
||||
mongo:
|
||||
enabled: false
|
||||
|
||||
|
||||
client:
|
||||
notification-url: http://10.242.31.158:8806/auth/sso/cloudPortal?return=https://uat-uscm.chinaunicom.cn:18022/redirect?page=subscription?id={{id}}&source=supplier
|
||||
clientHttpUrl: http://10.242.31.158:8100/auth/oauth/token?grant_type=client_credentials&client_id=bVS46ElU&client_secret=58ea04ba02475c8da2321cc99849d2a10f15b749
|
||||
allow:
|
||||
apis:
|
||||
|
Reference in New Issue
Block a user