|
@@ -1946,7 +1946,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract>
|
|
@Override
|
|
@Override
|
|
public void editContractRemark(ContractVo contractVo) {
|
|
public void editContractRemark(ContractVo contractVo) {
|
|
this.updateById(contractVo);
|
|
this.updateById(contractVo);
|
|
- ObsFileUtil.editFile(contractVo.getFileList(), contractVo.getId(), 1);
|
|
|
|
|
|
+ ObsFileUtil.saveFile(contractVo.getFileList(), contractVo.getId(), 30);
|
|
}
|
|
}
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|