修复菜品修改问题
This commit is contained in:
@ -21,8 +21,6 @@ public class SysDishesIngredient extends SysIngredient {
|
||||
|
||||
private Long cusUnit;
|
||||
|
||||
// private BigDecimal cusWeight;
|
||||
|
||||
private Integer cusWeight;
|
||||
|
||||
private BigDecimal weight;
|
||||
|
@ -36,6 +36,9 @@
|
||||
<result property="area" column="area"/>
|
||||
<result property="rec" column="rec"/>
|
||||
<result property="notRec" column="not_rec"/>
|
||||
<result property="cusWeight" column="cus_weight" />
|
||||
<result property="cusUnit" column="cus_unit" />
|
||||
<result property="weight" column="weight" />
|
||||
</resultMap>
|
||||
|
||||
<select id="selectSysRecipesByRecipesId" parameterType="Long" resultMap="SysRecipesResult">
|
||||
|
Reference in New Issue
Block a user