main
gaoshuguang 2 years ago
parent da6e1e10a6
commit 3a516ffcfa

@ -444,7 +444,8 @@ public class CreateDbfByDllServiceImpl implements CreateDbfByDllService {
break; break;
case Constant.STR_103: case Constant.STR_103:
sqbType = Constant.STR_1003; sqbType = Constant.STR_1003;
updateWrapper.set("OBUFLAG", Integer.parseInt(protocolType)) updateWrapper
//.set("OBUFLAG", Integer.parseInt(protocolType))
.set("OBUFLAGSQB", Integer.parseInt(sqbType)); .set("OBUFLAGSQB", Integer.parseInt(sqbType));
//更新自动下发分中心相应状态 //更新自动下发分中心相应状态
nameTableAutoMapper.update(null, updateWrapper); nameTableAutoMapper.update(null, updateWrapper);

Loading…
Cancel
Save