基础数据的BUG修改
This commit is contained in:
+1
@@ -92,6 +92,7 @@ public class MaterialInventoryWarningImpl extends ServiceImpl<MaterialInventoryW
|
||||
materialInventoryWarning.setCreateBy(loginUser.getUserid());
|
||||
materialInventoryWarning.setCreateByName(loginUser.getUsername());
|
||||
materialInventoryWarning.setCreateTime(new Date());
|
||||
materialInventoryWarning.setDelFlag(1); // 设置删除标志为1(正常)
|
||||
materialInventoryWarningList.add(materialInventoryWarning);
|
||||
}
|
||||
|
||||
|
||||
@@ -240,6 +240,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<select id="queryList" parameterType="com.mhd.wms.domain.materialBaseInfo.repository.todo.MaterialBaseInfoDO" resultMap="MaterialBaseInfoResult">
|
||||
<include refid="selectMaterialBaseInfoPo"/>
|
||||
<include refid="selectMaterialBaseInfoPo1"/>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectOneByID" parameterType="java.lang.Long" resultMap="MaterialBaseInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user