|
@@ -431,6 +431,15 @@ public class RaiseCapitalDesignController extends BaseController {
|
|
|
binaryJedisCommands.del((uuid + "voltageDisposeData").getBytes());
|
|
|
binaryJedisCommands.del((uuid + "highVoltage").getBytes());
|
|
|
binaryJedisCommands.del((uuid + "lowVoltage").getBytes());
|
|
|
+
|
|
|
+ binaryJedisCommands.del((uuid + "cableDisposeData").getBytes());
|
|
|
+ binaryJedisCommands.del((uuid + "cableFourHundred").getBytes());
|
|
|
+ binaryJedisCommands.del((uuid + "cableHundredAndTwenty").getBytes());
|
|
|
+ binaryJedisCommands.del((uuid + "cableThreeHundred").getBytes());
|
|
|
+ binaryJedisCommands.del((uuid + "cableTwoHundredForty").getBytes());
|
|
|
+ binaryJedisCommands.del((uuid + "cableSeventy").getBytes());
|
|
|
+
|
|
|
+ binaryJedisCommands.del((uuid + "inventory").getBytes());
|
|
|
}catch (Exception e){
|
|
|
j.setSuccess(false);
|
|
|
j.setMsg("导出失败!失败信息:"+e.getMessage());
|