不均衡报价项目查询

This commit is contained in:
yss
2024-03-08 15:25:51 +08:00
parent 6204b73d4d
commit 7262056632
4 changed files with 32 additions and 5 deletions

View File

@ -40,6 +40,9 @@
SELECT SELECT
distinct distinct
room.id , room.id ,
room.tp_id projectId,
room.section_id sectionId,
room.id assessRoomId,
xm.project_name projectName, xm.project_name projectName,
bd.bid_sect_name bidSectName, bd.bid_sect_name bidSectName,
xm.ebp_project_number ebpProjectNumber, xm.ebp_project_number ebpProjectNumber,

View File

@ -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.entity.UnbalancedQuotationProject;
import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.service.IUnbalancedQuotationProjectService; import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.service.IUnbalancedQuotationProjectService;
import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.vo.UnbalancedQuotationProjectVO; import com.chinaunicom.mall.ebtp.project.unbalancedQuotation.vo.UnbalancedQuotationProjectVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/** /**
* 对数据表 biz_unbalanced_quotation_project 操作的 serviceImpl * 对数据表 biz_unbalanced_quotation_project 操作的 serviceImpl
* @auto.generated * @auto.generated
@ -20,9 +19,9 @@ import javax.annotation.Resource;
@Service @Service
public class UnbalancedQuotationProjectServiceImpl extends ServiceImpl<UnbalancedQuotationProjectMapper,UnbalancedQuotationProject> implements IUnbalancedQuotationProjectService { public class UnbalancedQuotationProjectServiceImpl extends ServiceImpl<UnbalancedQuotationProjectMapper,UnbalancedQuotationProject> implements IUnbalancedQuotationProjectService {
@Resource @Autowired
private UnbalancedQuotationProjectMapper projectMapper; private UnbalancedQuotationProjectMapper projectMapper;
@Resource @Autowired
private IBaseCacheUserService userService; private IBaseCacheUserService userService;
@Override @Override

View File

@ -39,6 +39,24 @@ public class UnbalancedQuotationProjectVO extends BaseEntity implements Serializ
@ApiModelProperty(value = "主键") @ApiModelProperty(value = "主键")
@JsonSerialize(using = ToStringSerializer.class) @JsonSerialize(using = ToStringSerializer.class)
private String id; private String id;
/**
* 项目ID
*/
@ApiModelProperty(value = "项目ID")
private String projectId;
/**
* 分包标段id
*/
@ApiModelProperty(value = "分包标段id")
private String sectionId;
/**
*
*/
@ApiModelProperty(value = "")
private String assessRoomId;
/** /**
* 招标项目名称 * 招标项目名称

View File

@ -115,6 +115,13 @@ mybatis-plus:
logic-not-delete-value: 1 # 逻辑未删除值 logic-not-delete-value: 1 # 逻辑未删除值
check:
porject:
name-value: 33333
num-value: 33333
length: 2000
checkBoolen: false
hystrix: hystrix:
command: command:
default: default:
@ -177,8 +184,8 @@ management:
mongo: mongo:
enabled: false enabled: false
client: 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 clientHttpUrl: http://10.242.31.158:8100/auth/oauth/token?grant_type=client_credentials&client_id=bVS46ElU&client_secret=58ea04ba02475c8da2321cc99849d2a10f15b749
allow: allow:
apis: apis: