DDDDD---BINGTU,BOATUSER

develop
Angel 9 months ago
parent 3f4f50d7d2
commit 0227f0b234

@ -273,9 +273,9 @@ public class BigScreenController extends BaseController {
//码头
bean.setMtCount(StringKit.toString(wharfCount));
//船只
bean.setCzCount(StringKit.toString(count));
bean.setCzCount(StringKit.toString(fishingBoatCount));
//船员
bean.setCyCount(StringKit.toString("121"));
bean.setCyCount(StringKit.toString(count));
return AjaxResult.success(bean);
} catch (Exception e) {

Loading…
Cancel
Save