|
@@ -117,9 +117,7 @@ public class ContractbillApiPlugin implements Serializable {
|
|
|
String fcontractname = (String)billData.get("contractname"); // 合同名称
|
|
|
String fdescription = (String)billData.get("description"); // 合同说明
|
|
|
if (StringUtils.isEmpty(fdescription)) {
|
|
|
- result.setMessage("合同说明description未传值");
|
|
|
- result.setStatus(false);
|
|
|
- return result;
|
|
|
+ fdescription = "无";
|
|
|
}
|
|
|
|
|
|
String fsigndate = (String)billData.get("signdate"); // 签订日期
|