فهرست منبع

修改岗位发布接口

LiFei 6 سال پیش
والد
کامیت
945cc4177c

+ 1 - 5
happy-boot-module-hppay/src/main/java/org/jeecg/modules/hpposition/mapper/xml/PositionAddressMapper.xml

@@ -30,9 +30,5 @@
         </where>
     </select>
 
-    <!--物理删除-->
-    <update id="deleteBypositionId">
-		DELETE FROM dp_position_address
-		WHERE position_id = #{positionId}
-	</update>
+
 </mapper>

+ 6 - 0
happy-boot-module-hppay/src/main/java/org/jeecg/modules/hpposition/mapper/xml/PositionMapper.xml

@@ -269,4 +269,10 @@
 			a.user_id = #{userId} and a.enterprise_name is null
 		</where>
 	</select>
+
+	<!--物理删除-->
+	<update id="deleteBypositionId">
+		DELETE FROM dp_position_address
+		WHERE position_id = #{positionId}
+	</update>
 </mapper>