|
@@ -369,7 +369,7 @@ public class BizCollectionController extends BaseController {
|
|
|
@Log(title = "收款管理审核", businessType = BusinessType.UPDATE)
|
|
|
public AjaxResult verified(@RequestBody BizCollection collection) {
|
|
|
try {
|
|
|
-// collection.setVerifyId(getUserId());
|
|
|
+ collection.setVerifyId(getUserId());
|
|
|
collection.setVerifyDate(collection.getVerifyDate() == null ? DateTime.now().toTimestamp() : collection.getVerifyDate());
|
|
|
BizArchiveInput contract = archiveInputService.getById(collection.getContractId());
|
|
|
if (contract != null) {
|