'123'
This commit is contained in:
parent
e80137a0b5
commit
4f24577e27
|
@ -776,6 +776,9 @@ public class QuotController extends BaseController
|
||||||
return error("报价信息-反馈说明不能为空");
|
return error("报价信息-反馈说明不能为空");
|
||||||
}
|
}
|
||||||
quot.setQuotApprovalStatus("3");
|
quot.setQuotApprovalStatus("3");
|
||||||
|
quot.setQuotQuotationDate(DateUtils.getNowDate());//报价单-报价日期设置为 当前日期
|
||||||
|
quot.setQuotCheckUserName(getUsername());
|
||||||
|
|
||||||
quotService.updateQuot(quot);
|
quotService.updateQuot(quot);
|
||||||
return success();
|
return success();
|
||||||
}
|
}
|
||||||
|
|
|
@ -201,7 +201,7 @@ magic-api:
|
||||||
# Minio配置-分布式存储
|
# Minio配置-分布式存储
|
||||||
minio:
|
minio:
|
||||||
useEnable: true
|
useEnable: true
|
||||||
url: http://218.90.167.199:3336
|
url: http://crmfile.jncable.com.cn:3336
|
||||||
accessKey: minio-admin
|
accessKey: minio-admin
|
||||||
secretKey: minio-jndlitzx
|
secretKey: minio-jndlitzx
|
||||||
bucketName: system
|
bucketName: system
|
||||||
|
|
Loading…
Reference in New Issue