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