修改bug#41775
This commit is contained in:
-2
@@ -723,8 +723,6 @@ public class PaySpendingContractServiceImpl extends ServiceImpl<PaySpendingContr
|
||||
if(Objects.isNull(paySpendingContract.getOpening())){
|
||||
sb.append("第").append(n).append("行:是否开口格式错误,请修改。<br/>");
|
||||
}
|
||||
}else{
|
||||
sb.append("第").append(n).append("行:是否开口不能为空,请修改。<br/>");
|
||||
}
|
||||
|
||||
paySpendingContract.setPrincipalName(map.get(5));
|
||||
|
||||
Reference in New Issue
Block a user