migrate db
This commit is contained in:
parent
7891429d77
commit
b349dd5944
6 changed files with 52 additions and 17 deletions
|
|
@ -410,8 +410,8 @@ export class ImportDataController extends Controller {
|
|||
profileSalary.profileEmployeeId = _item.id;
|
||||
profileSalary.refCommandNo = item.MP_COMMAND_NUM;
|
||||
profileSalary.posNo = item.POS_NUM_NAME + item.POS_NUM_CODE;
|
||||
profileSalary.position = item.FLAG_TO_NAME;
|
||||
profileSalary.positionLine = item.WORK_LINE_NAME;
|
||||
// profileSalary.position = item.FLAG_TO_NAME;
|
||||
profileSalary.position = item.WORK_LINE_NAME;
|
||||
profileSalary.positionPathSide = item.SPECIALIST_NAME;
|
||||
profileSalary.positionExecutive = item.ADMIN_NAME;
|
||||
profileSalary.templateDoc = item.REMARK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue