resError:GWM
This commit is contained in:
parent
3d8c14203f
commit
4d7d9fee2d
@ -128,7 +128,7 @@ exports.PullSalesPdPhotographsData = async (req, res) =>
|
||||
.catch((err)=>{ logMsg.info("Photograph insert failed ,PdId= "+PdId+" ERROR : "+err);});
|
||||
// responce to FE
|
||||
setTimeout(() => {
|
||||
res.send({'status':200,'message':"success",'data':"INSERT INTO sales_photograph (pd_id,ref_no,img_name,img) VALUES ("+PdId+","+req.body.pdid+","+req.body.img_name+","+base64_data+")"});
|
||||
res.send({'status':200,'message':"success",'data':"No data"});
|
||||
}, 300);
|
||||
|
||||
|
||||
|
||||
BIN
storage/uploads/1652441909001-chennai.png
Normal file
BIN
storage/uploads/1652441909001-chennai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 192 KiB |
Loading…
Reference in New Issue
Block a user