乱码bug

This commit is contained in:
mashuai 2024-06-13 14:44:59 +08:00
parent f0157d9563
commit 25469976a4
1 changed files with 5 additions and 1 deletions

View File

@ -211,7 +211,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);
}