修改界面

This commit is contained in:
huangdeliang
2021-01-15 23:15:09 +08:00
parent 0dffa51796
commit a9a6aeeaa1
5 changed files with 288 additions and 273 deletions

View File

@ -44,7 +44,7 @@
<sql id="selectSysIngreditentsByIdVo">
SELECT * FROM(
SELECT ingredient_id AS id, ingredient_weight AS weight, cus_weight, cus_unit
SELECT ingredient_id AS id, ingredient_weight AS weight, cus_weight, cus_unit, remark
FROM sys_dishes_ingredient
WHERE dishes_id = #{id}
) dishes