乱码bug
This commit is contained in:
parent
7e3675a42a
commit
8292dacb38
|
|
@ -209,7 +209,11 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
|
|||
return res;
|
||||
}
|
||||
|
||||
//插入ma_type_put_in_storage_info表,返回主键id
|
||||
/**
|
||||
* 插入ma_type_put_in_storage_info表,返回主键id
|
||||
* @param machIneDto
|
||||
* @return
|
||||
*/
|
||||
private int insertInfo(MachIneDto machIneDto) {
|
||||
return inventoryAndWarehousingMapper.saveInfo(machIneDto);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue