Commit eb695596 authored by Quxl's avatar Quxl

x

parent 8b975eb0
......@@ -150,7 +150,7 @@ public class CinemaController {
try {
common.batchSave(list);
} catch (DuplicateKeyException e) {
throw new XRException("新建场次时间已存在");
throw new XRException("场次已存在");
}
return Rjx.jsonOk();
}
......
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