客户信息变更
This commit is contained in:
@ -239,7 +239,6 @@ public class XzdPurchaseContractInformationVo implements Serializable {
|
||||
* 其他收入合同项目名称
|
||||
*/
|
||||
@ExcelProperty(value = "其他收入合同项目名称")
|
||||
@Translation(type = TransConstant.DEPT_ID_TO_NAME, mapper = "otherIncomeContractProject")
|
||||
private String otherIncomeContractProjectName;
|
||||
|
||||
/**
|
||||
|
||||
@ -134,7 +134,7 @@ public class XzdCorrespondentListImp implements IXzdCorrespondentList {
|
||||
xzdCustomertypeInfoService.saveBatch(collect);
|
||||
|
||||
for (XzdCustomertypeInfo customertypeInfo : collect) {
|
||||
if (customertypeInfo.getPrimaryClass() == "1"){
|
||||
if (customertypeInfo.getPrimaryClass().equals("1")){
|
||||
XzdCustomertype xzdCustomertype = iXzdCustomertypeService.getBaseMapper().selectById(customertypeInfo.getCustomertypeId());
|
||||
if (xzdCustomertype != null){
|
||||
customertype = xzdCustomertype.getCustomerType();
|
||||
@ -353,7 +353,7 @@ public class XzdCorrespondentListImp implements IXzdCorrespondentList {
|
||||
}).collect(Collectors.toList());
|
||||
xzdCustomertypeInfoService.saveBatch(collect);
|
||||
for (XzdCustomertypeInfo customertypeInfo : collect) {
|
||||
if (customertypeInfo.getPrimaryClass() == "1"){
|
||||
if (customertypeInfo.getPrimaryClass().equals("1")){
|
||||
XzdCustomertype xzdCustomertype = iXzdCustomertypeService.getBaseMapper().selectById(customertypeInfo.getCustomertypeId());
|
||||
if (xzdCustomertype != null){
|
||||
customertype = xzdCustomertype.getCustomerType();
|
||||
|
||||
Reference in New Issue
Block a user