|
@@ -112,6 +112,7 @@ public class SysSecretProjectController extends BaseController {
|
|
|
@PutMapping
|
|
|
public AjaxResult edit(@RequestBody SysSecretProjectDTO sysSecretProjectDTO) {
|
|
|
if (sysSecretProjectDTO.getAuthorityType().equals("2")) {
|
|
|
+ sysSecretProjectDTO.setIsSwitch(true);
|
|
|
long milliseconds = Duration.between(LocalDateTime.now(), sysSecretProjectDTO.getOverdueDate().atStartOfDay()).toMillis();
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.set("projectId", sysSecretProjectDTO.getProjectId());
|