发布
This commit is contained in:
+2
@@ -43,6 +43,7 @@ import org.apache.shiro.SecurityUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.io.IOException;
|
||||
@@ -223,6 +224,7 @@ public class DummyInventoryBaseEOServiceImpl extends ServiceImpl<DummyInventoryB
|
||||
* @param dummyInventoryBaseEO
|
||||
*/
|
||||
@Override
|
||||
@Transactional
|
||||
public void issue(DummyInventoryBaseEO dummyInventoryBaseEO){
|
||||
this.updateById(dummyInventoryBaseEO);
|
||||
//不管有没有维护清单,都返回操作成功
|
||||
|
||||
Reference in New Issue
Block a user