Commit 2ba101d7 by chentian

优化代码

parent 2555cc4c
......@@ -75,7 +75,7 @@ public class BkController {
public String updateBkztByXxzjbh(@RequestParam String xxzjbh,@RequestParam String bkzt) {
Bkxx bkxx =new Bkxx();
bkxx.setXxzjbh(xxzjbh);
bkxx.setBkzt("1");
bkxx.setBkzt(bkzt);
bkService.updateBkxx(bkxx);
return "success";
}
......
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