|
@@ -445,7 +445,7 @@ public class XsdjZlbController extends BaseController {
|
|
* @param type true 流出管理 / false 流入管理
|
|
* @param type true 流出管理 / false 流入管理
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- private StaffChangeVo checkStaffchangeParam(@RequestBody StaffChangeVo staffChange,@RequestBody Boolean type) {
|
|
|
|
|
|
+ private StaffChangeVo checkStaffchangeParam( StaffChangeVo staffChange, Boolean type) {
|
|
staffChange.setFlowDeptId(DEPTID);
|
|
staffChange.setFlowDeptId(DEPTID);
|
|
staffChange.setDeptCode(DEPTCODE);
|
|
staffChange.setDeptCode(DEPTCODE);
|
|
if(type){
|
|
if(type){
|