修复接口
This commit is contained in:
parent
4137d96cee
commit
14e3f4b88b
@ -73,6 +73,4 @@ public class SysServicesQuestion {
|
||||
*/
|
||||
Long userId;
|
||||
|
||||
SysServicesQuestionUserInfo userInfo;
|
||||
|
||||
}
|
||||
|
@ -206,7 +206,7 @@
|
||||
|
||||
<select id="selectIngredientsByDishesIdShow" parameterType="Long" resultMap="SysIgdsResultShow">
|
||||
SELECT
|
||||
ing.id,ing.name,ing.type.ing.protein_ratio,ing.fat_ratio,ing.carbon_ratio.ing.area,dishes.cus_weight,dishes.cus_unit,dishes.weight
|
||||
ing.id, ing.name, ing.type.ing.protein_ratio, ing.fat_ratio, ing.carbon_ratio, ing.area,dishes.cus_weight, dishes.cus_unit, dishes.weight
|
||||
FROM(
|
||||
SELECT ingredient_id AS id, ingredient_weight AS weight, cus_weight, cus_unit, remark
|
||||
FROM sys_dishes_ingredient
|
||||
|
Loading…
x
Reference in New Issue
Block a user