|
@@ -368,6 +368,11 @@ public class ProjectTaskController extends BaseController {
|
|
|
return projectStaffRecordService.myDurationMonth(id);
|
|
return projectStaffRecordService.myDurationMonth(id);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 项目附件目录
|
|
|
|
|
+ * @param pid
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
@GetMapping("/selectProjectImg")
|
|
@GetMapping("/selectProjectImg")
|
|
|
public AjaxResult selectProjectImg(Long pid){
|
|
public AjaxResult selectProjectImg(Long pid){
|
|
|
if (pid==null){
|
|
if (pid==null){
|