Commit 69cd2a88 authored by zhoumaotao's avatar zhoumaotao

Merge branch 'master' of gitlab.gavelinfo.com:gavelinfo/kwell-mes

parents affb7899 f4098342
...@@ -851,6 +851,7 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService ...@@ -851,6 +851,7 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService
} }
} }
pcjhmxService.update(pcjhmx); pcjhmxService.update(pcjhmx);
break;
} }
} }
} }
...@@ -877,6 +878,8 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService ...@@ -877,6 +878,8 @@ public class GpfkServiceImpl extends BaseEditServiceImpl implements GpfkService
pcjhmx.setBhgsl(pcjhmx.getBhgsl()-1.0); pcjhmx.setBhgsl(pcjhmx.getBhgsl()-1.0);
} }
} }
pcjhmxService.update(pcjhmx);
break;
} }
} }
} }
......
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