主程序
This commit is contained in:
parent
66a77505bf
commit
50f7124759
@ -164,5 +164,10 @@ public class LisWorkController extends BaseController {
|
|||||||
public Result viewbackup(Date jyrq, String yq,String ybh) {
|
public Result viewbackup(Date jyrq, String yq,String ybh) {
|
||||||
return lisWorkService.viewbackup(jyrq,yq,ybh);
|
return lisWorkService.viewbackup(jyrq,yq,ybh);
|
||||||
}
|
}
|
||||||
|
@ApiOperation("未建项目结果")
|
||||||
|
@GetMapping("/noitemresult")
|
||||||
|
public Result noitemresult(Date jyrq, String yq,String ybh) {
|
||||||
|
return lisWorkService.noitemresult(jyrq,yq,ybh);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,5 +29,5 @@ public interface LisWorkService {
|
|||||||
Result changelink(Date jyrq, String yq,String ybh,String instrid);
|
Result changelink(Date jyrq, String yq,String ybh,String instrid);
|
||||||
Result clearnotcomplete(Date jyrq, String yq,String ybh);
|
Result clearnotcomplete(Date jyrq, String yq,String ybh);
|
||||||
Result viewbackup(Date jyrq, String yq,String ybh);
|
Result viewbackup(Date jyrq, String yq,String ybh);
|
||||||
|
Result noitemresult(Date jyrq, String yq,String ybh);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -628,4 +628,8 @@ public class LisWorkServiceImpl implements LisWorkService {
|
|||||||
map.put("labresultbk", labResultBklist);
|
map.put("labresultbk", labResultBklist);
|
||||||
return new Result("0", "成功!",map);
|
return new Result("0", "成功!",map);
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public Result noitemresult(Date jyrq, String yq,String ybh){
|
||||||
|
return new Result("0", "成功!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user