波次下架容器

master
erzhongxmu 2020-11-22 10:01:21 +08:00
parent 1467ec1569
commit ca37ce49dd
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ public class WmOmQmIController extends BaseController {
try {
t.setWaveId("BC"+waveId);
t.setBinSta("N");//波次直接设置为未下架
t.setFirstRq("");
if(StringUtil.isNotEmpty(firstrongqi)){
t.setFirstRq(firstrongqi);
}