Commit 47740b2e by 李辅翼

v14

parent a356187c
...@@ -211,6 +211,8 @@ public class VehicleImpl implements Vehicle { ...@@ -211,6 +211,8 @@ public class VehicleImpl implements Vehicle {
if (picResult.getI() == 2) { if (picResult.getI() == 2) {
try { try {
fileService.deleteFile(picResult.getUrl()); fileService.deleteFile(picResult.getUrl());
Delete delete = new Delete(rowkey.getBytes());
vehPicTable.delete(delete);
} catch (Exception e) { } catch (Exception e) {
logger.info(xh); logger.info(xh);
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment