|
@@ -75,6 +75,7 @@ public class ContractbillApiPlugin implements Serializable {
|
|
|
public CustomApiResult<Boolean> saveContract(@ApiParam("单据信息") Map<String, Object> billData
|
|
public CustomApiResult<Boolean> saveContract(@ApiParam("单据信息") Map<String, Object> billData
|
|
|
,@ApiParam("附件面板") Map<String, List<Map<String,Object>>> allAttachmentsData
|
|
,@ApiParam("附件面板") Map<String, List<Map<String,Object>>> allAttachmentsData
|
|
|
) {
|
|
) {
|
|
|
|
|
+ log.info("保存合同台账单-接口最前面标记日志,合同号:" + billData.get("contractcode"));
|
|
|
// 接口返回结果
|
|
// 接口返回结果
|
|
|
CustomApiResult<Boolean> result = new CustomApiResult<>();
|
|
CustomApiResult<Boolean> result = new CustomApiResult<>();
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|