波次下架容器
parent
1467ec1569
commit
ca37ce49dd
|
@ -234,6 +234,8 @@ public class WmOmQmIController extends BaseController {
|
||||||
try {
|
try {
|
||||||
t.setWaveId("BC"+waveId);
|
t.setWaveId("BC"+waveId);
|
||||||
t.setBinSta("N");//波次直接设置为未下架
|
t.setBinSta("N");//波次直接设置为未下架
|
||||||
|
t.setFirstRq("");
|
||||||
|
|
||||||
if(StringUtil.isNotEmpty(firstrongqi)){
|
if(StringUtil.isNotEmpty(firstrongqi)){
|
||||||
t.setFirstRq(firstrongqi);
|
t.setFirstRq(firstrongqi);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue