|
|
@@ -26,6 +26,7 @@ public class DetailServiceImpl implements IDetailService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ChartMsgVO getChartJxdxqkbyDetail() {
|
|
|
+ //TODO
|
|
|
ChartMsgVO chartMsg = new ChartMsgVO();
|
|
|
chartMsg.setByywc(4);
|
|
|
chartMsg.setBywwc(3);
|
|
|
@@ -46,6 +47,7 @@ public class DetailServiceImpl implements IDetailService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ChartMsgVO getChartDlydtsbyDetail() {
|
|
|
+ //TODO
|
|
|
ChartMsgVO chartMsg = new ChartMsgVO();
|
|
|
chartMsg.setByywc(4);
|
|
|
chartMsg.setBywwc(8);
|
|
|
@@ -71,6 +73,7 @@ public class DetailServiceImpl implements IDetailService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ChartMsgVO getChartDlsdxlbyDetail() {
|
|
|
+ //TODO
|
|
|
ChartMsgVO chartMsg = new ChartMsgVO();
|
|
|
chartMsg.setByywc(0);
|
|
|
chartMsg.setBywwc(7);
|
|
|
@@ -95,6 +98,7 @@ public class DetailServiceImpl implements IDetailService {
|
|
|
*/
|
|
|
@Override
|
|
|
public ChartMsgVO getChartDlbpdsbyDetail() {
|
|
|
+ //TODO
|
|
|
ChartMsgVO chartMsg = new ChartMsgVO();
|
|
|
chartMsg.setByywc(0);
|
|
|
chartMsg.setBywwc(4);
|