|
|
|
@ -11,11 +11,13 @@ import com.alibaba.fastjson2.JSONArray; |
|
|
|
import com.alibaba.fastjson2.JSONObject; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
@Service |
|
|
|
@Transactional |
|
|
|
public class GoodsTaskServiceImpl implements GoodsTaskService { |
|
|
|
@Autowired |
|
|
|
private GoodsMapper goodsMapper; |
|
|
|
|