Commit f4098342 authored by yff's avatar yff

修改BUG

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