Compare commits
No commits in common. "f5775d106e5f2b15f7fdcb9765c285a399594049" and "36a841e933c8f29e21282088816c8d84e240580f" have entirely different histories.
f5775d106e
...
36a841e933
@ -164,10 +164,5 @@ 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,8 +628,4 @@ 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