|
@@ -2511,7 +2511,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
List<WbsTreeContract> query = jdbcTemplate.query(sql, new BeanPropertyRowMapper<>(WbsTreeContract.class));
|
|
List<WbsTreeContract> query = jdbcTemplate.query(sql, new BeanPropertyRowMapper<>(WbsTreeContract.class));
|
|
if(!query.isEmpty()){
|
|
if(!query.isEmpty()){
|
|
WbsTreeContract contract = query.get(0);
|
|
WbsTreeContract contract = query.get(0);
|
|
- if(contract.getIsBussShow()!=2&&contract.getIsDeleted()==0){
|
|
|
|
|
|
+ if(!Objects.equals(contract.getIsBussShow(), 2)&&contract.getIsDeleted()==0){
|
|
contract.setDateIsComplete(dateFlag?1:2);
|
|
contract.setDateIsComplete(dateFlag?1:2);
|
|
String ancestorsPId = contract.getAncestorsPId();
|
|
String ancestorsPId = contract.getAncestorsPId();
|
|
if (ancestorsPId.startsWith("0,")) {
|
|
if (ancestorsPId.startsWith("0,")) {
|