|
|
|
|
@ -316,7 +316,11 @@ class _LedXsxxPageState extends State<LedXsxxContent> {
|
|
|
|
|
|
|
|
|
|
//updateLedData({@required int id, @required String theSbgllx, @required Map map})
|
|
|
|
|
//_modifyAll = true; //id = -1,处理全部记录
|
|
|
|
|
updateLedData(id: _modifyAll ? -1 : widget.id, theSbgllx: 'led_update', map: {
|
|
|
|
|
// updateLedData(id: _modifyAll ? -1 : widget.id, theSbgllx: 'led_update', map: {
|
|
|
|
|
updateLedData(
|
|
|
|
|
id: _modifyAll ? -1 : listDwinfoGetList2[widget.id - 1]['id'],
|
|
|
|
|
theSbgllx: 'led_update',
|
|
|
|
|
map: {
|
|
|
|
|
'xsnr': _ledMessage,
|
|
|
|
|
'xsts': _xsts,
|
|
|
|
|
'stime': _startTime,
|
|
|
|
|
|